Incremental HSL colour scheme
Generating an array of related colours by picking a random starting hue/saturation/lightness and a random per-step change, then computing color_i = start + i*change in a loop.
What it is
How it works
Parameters & tuning
Where it’s been used
Variants & neighbours
Go deeper
Connected to
Contrast with: golden ratio color generator