Perceptually intuitive color models: Hue, Saturation, Lightness/Value.
More intuitive for designers than RGB. CSS supports `hsl()` and `hsla()` natively. HSV (also HSB) is used in many color pickers, including our color palette extractor.