oklch
Installation
SKILL.md
OKLCH Color Workflow
Use this skill to reason about color manually first, then convert precisely with @texel/color.
Apply the Model Correctly
- Use
oklch(L C H). - Treat
Las perceived lightness (0..1or0%..100%). - Treat
Cas chroma (intensity). - Treat
Has hue angle in degrees (0..360). - Keep
Lfixed across multiple hues to keep UI colors visually balanced. - Change
L(notH) to build shade ramps with less hue drift.