UNPKG

color-theme-generator

Version:

Generates random color themes that are based in color theory.

14 lines (13 loc) 249 B
/** * Set values for color themes. */ export declare enum ColorValues { HueMax = 360, HueMin = 0, SaturationMax = 90, SaturationMin = 30, LightnessMax = 65, LightnessMin = 35, MaxLightness = 80, MinLightness = 20 }