module FFaker::Color

def hsl_array

def hsl_array
  [random_hue_value, random_percentage_string, random_percentage_string]
end