Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 659 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 659 Bytes

brand-color-schemes

This list contains over 500+ brand specific colors.

Installation

$ npm i brand-color-schemes --save

Usage

const bcs = require('brand-color-keywords')
bcs.youtube.red // #FF0000
bcs.twitter.blue // #1DA1F2

Even though CSS color keywords are case-insensitive, this list only contains lowercase keywords (and returns RGB hex values).

Changelog

  • v1.0.2 (2020-09-25): 6 brand colors added
  • v1.0.1 (2020-09-25): 545 colors in total
  • v1.0.0 (2020-09-25): 400+ colors, initial release

License

brand-color-schemes is licensed under the ISC license. See LICENSE for the full license.