Skip to content

Database of colors used by various brands

License

Notifications You must be signed in to change notification settings

Pixelapse/brands-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Brands Colors Database

===============

This is the database of the colors for the brands used in toolbelt.pixelapse.com/color. We compiled an original list of 160 brands with more than 200 colors for our color tool. With it, we hope to provide more information to designers to aid them in their color choices.

Feel free to add more brand colors to this list!

##Examples

You can easily search for colors used by various brands here: http://toolbelt.pixelapse.com/color. Below are some examples the database in action:

##Adding a brand

  1. Fork this branch

  2. Fill in the template below and append it to the end of brand-color.json.

  • At the very least, you need to have name, url-web and one colors-primary
  • Colors should be in hexadecimal format without '#' symbol
  • Bonus points for tracking down their elusive branding guidelines page
  • Remember to add commas to the trailing } of the brand before your's!
  {
    "name": "",
    "url-branding": "",
    "url-web": "",
    "url-logo": "logos/",
    "year-start": "",
    "year-end": "",
    "notes": "",
    "colors-primary": [
      ""
    ],
    "colors-secondary": [
      ""
    ]
  }
  1. Find a high-resolution image of the company's logo and include it in logos folder. PNG and SVG are preferred over JPEG.

  2. Submit a pull request!

##Improvements and Bugs

Please feel free to open a new issue if you notice that there are colors that are wrong. We welcome your suggestions or any other bugs which you may have come across.

##Extensions

You are welcome to create your own little project based on this colors database! We would appreciate a link back here!

About

Database of colors used by various brands

https://toolbelt.pixelapse.com/color

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published