color.pizza

An API that provides names for colors based on their hex value

4 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (2 total)

pip install logcat-color
dotnet add package Colore
curl examples
Get all colors of the default color name list
curl \
  https://api.color.pizza/v1/
Get all colors of the default color name list
curl \
  https://api.color.pizza/v1/lists/
Get all colors of the default color name list
curl \
  https://api.color.pizza/v1/names/
Endpoints (4 total)
GET
/
Get all colors of the default color name list
GET
/lists/
Get all colors of the default color name list
GET
/names/
Get all colors of the default color name list
GET
/swatch/
Generate a color swatch for any color
Language coverage
Python
1
C#
1
At a glance
Total SDKs2
Languages2
Endpoints4
Categories1
https://api.color.pizza/v1