ez-colors
v1.0.15
Published
A easy to use npm package to add colours to your JS project with just the name of the specified color.
Downloads
12
Maintainers
Readme
🎨 | ez-colors.js
⚡ | Info
You won't need to worry about what hex code/color to put in your JS project anymore as ez-colors is here. ez-colors allows to add a hex code/color by just by typing the colour name.
Example instead of #FC0FC0
you can just put PINK
🚀 | How to Use?
const ezColors = require('ez-colors');
console.log(ezColors.color("colorName")); //replace 'colorName' with one of the available colors.
📂 | Available colors (More coming soon!)
| Colors | Hex | | --- | --- | | YELLOW | #FFF200 | | RED | #D30000 | | PINK | #FC0FC0 | | VIOLET | #B200ED | | BLUE | #0018F9 | | GREEN | #3BB143 | | BROWN | #7C4700 |