Functions for color data in French
Summary
Functions
@spec name() :: String.t()
Returns a random french color name
Examples
iex> Faker.Color.Fr.name()
"Rouge"
iex> Faker.Color.Fr.name()
"Vert"
iex> Faker.Color.Fr.name()
"Marron"
iex> Faker.Color.Fr.name()
"Rose"