This repository is dedicated to collecting the color data of brands and products around the world and offering them as a free static API here.
- Get all: https://api.brandcolor.dev/brands.json
- Get brand: https://api.brandcolor.dev/brand/:slug.json Example: https://api.brandcolor.dev/brands/airbnb.json
- Fork the repository and create or update a
.json
file in thebrands
directory. - Add or modify the colors following this basic schema:
{
"title": "Airbnb",
"colors": ["FF5A5F", "FF00FE"],
"brand_url": "https://www.airbnb.com/",
"source_url": "https://airbnb.design/building-a-visual-language/"
}
- Create a PR with your new colors.