Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 787 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 787 Bytes

🎨 | ez-colors.js

npm package stats

⚡ | Info

You dont 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 just by the color 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