color_tint_shade
Generate tints and shades from a base hex color. Specify the number of lighter and darker variants.
Instructions
Generate tints (lighter) and shades (darker) of a base color.
Parameters:
hex_color — Base hex color without # (e.g. '3498db').
steps — Number of tint/shade variants per side (default: 5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hex_color | Yes | ||
| steps | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |