Skip to content

pickcoloronline/brands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brand Colors Collection

This repository is dedicated to collecting all data of brands and products around the world and offering them as a free static API here.

You can view the brands here: http://pickcoloronline.com/brands

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"],
  "brand_url": "https://www.airbnb.com/",
  "source_url": "https://airbnb.design/building-a-visual-language/"
}
  1. Create a PR with your new colors.