BEAUTIFUL PALETTES, INSTANTLY

Generate stunning color palettes with a single API call

ColorIdea provides intelligent color combinations, harmonious palettes, and accessibility-first suggestions for your design projects.

Explore the API
🎨

Smart Generation

Our AI-powered algorithm creates harmonious color combinations based on color theory, ensuring your palettes are both beautiful and functional.

âš¡

Lightning Fast

Optimized endpoints deliver color palettes in milliseconds. Built for scale, ready for production, perfect for real-time applications.

♿

Accessibility First

Every palette includes WCAG contrast ratios and accessibility scores, helping you build inclusive experiences from the start.

See It In Action

fetch('https://api.coloridea.com/v1/palette', { method: 'POST', headers: { 'Content-Type': 'application/json', 'Authorization': 'Bearer YOUR_API_KEY' }, body: JSON.stringify({ 'mood': 'vibrant', 'count': 5 }) }) .then(res => res.json()) .then(data => console.log(data));

Generated Palette

API Endpoints

POST /v1/palette

Generate a new color palette based on mood, theme, or base color. Returns 3-10 harmonious colors with hex codes and RGB values.

GET /v1/palette/{id}

Retrieve a previously generated palette by its unique identifier. Includes full color data and accessibility metrics.

POST /v1/harmonize

Find complementary, analogous, or triadic colors for a given base color. Perfect for creating cohesive color schemes.

POST /v1/contrast

Check WCAG contrast ratios between two colors. Returns AA and AAA compliance status for text and UI elements.