1.0.0 • Published 5 years ago
color-list-lib v1.0.0
Installation
npm i color-list-lib --save
About
This is a library with a list of colors! You can get any of the colors of this list in HEX Format! Only avaliable for JVASCRIPT for now.
Usage
const colors = require("color-list-lib").colors
console.log(`The HEX Code for the color: Navy Blue is: #${colors.navy_blue}`)
1.0.0
5 years ago