Art & Design · head-to-head
Colormind vs ColourLovers
Colormind generates five-color palettes from a model trained on movies, art, and popular color schemes, returning a plain array of RGB triples from a single POST to /api/ with no signup. A live probe of the real gateway confirmed it now answers over HTTPS as well as HTTP (correcting https false -> true) and sends Access-Control-Allow-Origin: * on every response, resolving cors unknown -> yes.
ColourLovers runs a free, keyless REST API behind its color-palette community site, covering colors, palettes, patterns, and user profiles. A live request against /api/palettes returned real palette data over both HTTP and HTTPS, in JSON or XML, with no Access-Control-Allow-Origin header in the response. Results carry the site's Attribution-NonCommercial-ShareAlike license, so reuse needs credit and stays non-commercial.
| Colormind | ColourLovers | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON, XML |
| CORS | yes | no |
| HTTPS | Yes | Yes |
Colormind supports CORS, while ColourLovers doesn't — pick Colormind for direct browser calls.