1.0.3 • Published 4 years ago

colors-hexadeciamal v1.0.3

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.

colors-hexadecimal is an npm containing 628 hexadecimal colors which are

  • Red: 33
  • Pink: 30
  • Orange: 43
  • Yellow: 48
  • Purple: 67
  • Green: 109
  • Blue: 99
  • Brown: 48
  • White: 17
  • Gray: 90
  • Pastel: 44

Here you can find more detailed information


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


How to use it

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

colors.fuction();
//Example
colors.getRedRandom();
List of all functions
.getRedRandom();
.getOrangeRandom();
.getPinkRandom();
.getYellowRandom();
.getPurpleRandom();
.getGreenRandom();
.getBlueRandom();
.gerBrownRandom();
.getWhiteRandom();
.getGrayRandom();
.getPastelRandom();
.getRandom();
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.5

4 years ago