Generate Color Scale
colors_scaleGenerate perceptually uniform color scales from two or more input colors, interpolating in a chosen color space with configurable steps for frontend design.
Instructions
Generate a perceptually uniform color scale
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Interpolation color space (default: oklch) | oklch |
| steps | No | Number of steps to generate (max 20) | |
| colors | Yes | List of colors to generate scale from |