Skip to main content
AI-powered color palette generator that uses deep learning to produce aesthetically coherent 5-color palettes. Accepts partial palettes (lock 1-4 colors) and fills the rest with harmonious choices. Best for design workflows needing AI-generated palettes rather than rule-based schemes. Free for non-commercial use. 2 example endpoints available through Lava’s AI Gateway. See the Colormind API docs for full documentation.
This provider is managed — no additional setup required.
This is a catch-all provider — any valid URL under http://colormind.io is supported. AI color palette generation. POST to http://colormind.io/api/ with a model and input array. See http://colormind.io/api-access/ for details. The endpoints below are curated examples.

Endpoints

List available color models

GET http://colormind.io/list/ — Free
const data = await lava.gateway('http://colormind.io/list/', { method: 'GET' });

Generate a color palette

POST http://colormind.io/api/ — Free
const data = await lava.gateway('http://colormind.io/api/', { body: {"model":"default","input":[[44,43,44],"N","N","N","N"]} });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests