The colorful library. Create a List of equally distant random colors. Each color in the color list is generated from the HSL color model using the Color package, and shares the same values for saturation and lightness.
ColorPalettes can be generated from predefined palettes, like Soft or Warm, or by supplying the values for saturation and lightness, custom made.
Classes
- ColorPalette
-
Instances of the class ColorPalette represent an Array with length size of equally distant HexColors of the same saturation and lightness values.…
- CustomPalette
-
CustomPalette represents a ColorPalette with custom colors of size size.…
- PopPalette
-
PopPalette represents a ColorPalette with colors that 'pop' of size size…
- SoftPalette
-
SoftPalette represents a ColorPalette with soft colors of size size.…
- WarmPalette
-
WarmPalette represents a ColorPalette with warm colors of size size…