Constructs a Color from hue, saturation and lightness values
const factory Color.hsl(int hue, int saturation, int lightness) = _HSLColor;