What is a Color Palette?
A color palette is a curated set of colors that work well together. Designers use color theory principles like complementary, analogous, and triadic relationships to create harmonious palettes for websites, apps, and graphics.
Color Scheme Types
Complementary colors sit opposite each other on the color wheel, creating high contrast. Analogous colors are neighbors on the wheel, producing a cohesive look. Triadic schemes use three equally spaced colors for vibrant variety. Monochromatic uses shades and tints of a single hue.
API Access
Generate palettes programmatically: GET /api/color/palette?base_color=6c63ff&scheme=complementary. Returns an array of hex color values with their roles in the scheme.