sick-colors

3.0.3 • Public • Published

Sick colors palette

screenshot

Usage

$ npm install sick-colors
const colors = require('.')
 
console.log(colors.background)
console.log(colors.foreground)
console.log(colors.green)
console.log(colors.magenta)
console.log(colors.light.green)
console.log(colors.light.blue)
#272935 
#dadada 
#6ef8be 
#c481ff 
#01b569 
#2281d8 

Check index.js to see the full list of colors.

Used by

License

ISC

Author

me
Pablo Varela

Package Sidebar

Install

npm i sick-colors

Weekly Downloads

2

Version

3.0.3

License

ISC

Unpacked Size

2.22 kB

Total Files

3

Last publish

Collaborators

  • pablopunk