1.0.1 • Published 4 years ago

colors-hexadecimal v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Colors hexadecimal

This npm will generate hexadecimal colors of the color that you indicate, mainly it is created for the use of discord but also servant for other projects.


¡WARNING! Not all colors can be faithfully reproduced as not all computers / browsers are capable of reproducing it


Here you can find more detailed information

How to use it

let colors = require('colors-hexadecimal');

List of all functions

colors.getRedRandom(); 

colors.getOrangeRandom();

colors.getPinkRandom();

colors.getYellowRandom();

colors.getPurpleRandom();

colors.getGreenRandom();

colors.getBlueRandom();

colors.gerBrownRandom();

colors.getWhiteRandom();

colors.getGrayRandom();

colors.getPastelRandom();

colors.getRandom();
1.0.1

4 years ago

1.0.0

4 years ago