Skip to content

A easy to use npm package to add colours to your JS project with just the name of the specified color.

Notifications You must be signed in to change notification settings

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa77/ez-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A easy to use npm package to add colours to your JS project with just the name of the specified color.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published