1.0.2 • Published 4 years ago

brand-color-schemes v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

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.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.