technique

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.

Also called: stepped HSL colour ramp

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


Revision 1 · 1 source · Something wrong? Tell us.