module FFaker::Color

def hsla_array

def hsla_array
  [random_hue_value, random_percentage_string, random_percentage_string, random_opacity_value]
end