generate_complement_scheme
Create complementary color schemes using a seed color and specified number of hues from the color wheel, ideal for design harmony and contrast.
Instructions
Generates a complementary color scheme with opposite colors on the color wheel
Input Schema
Name | Required | Description | Default |
---|---|---|---|
color | Yes | The seed color in hex (098765), RGB (0,71,171), or HSL (215,100%,34%) format | |
count | No | Number of colors to generate (3-10, default: 5) |