Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 801 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 801 Bytes

Brand Colors Collection

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.

API

How to Contribute?

  1. Fork the repository and create or update a .json file in the brands directory.
  2. Add or modify the colors following this basic schema:
{
  "title": "Airbnb",
  "colors": ["FF5A5F", "FF00FE"],
  "brandUrl": "https://www.airbnb.com/",
  "sourceUrl": "https://airbnb.design/building-a-visual-language/"
}
  1. Create a PR with your new colors.