generate_harmony
Generate color harmonies from a base color by specifying a scheme type. Accepts hex, CSS name, or brand palette references, returning a list of hex colors.
Instructions
Generate a color harmony from a base color. base accepts a hex, CSS name, RNV brand name, or saved-palette reference (e.g. 'Spring line:2'). scheme is one of: complementary, analogous, triadic, split-complementary, tetradic (a.k.a. square), monochromatic, compound. Returns a list of hex colors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | ||
| scheme | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |