get-random-color-hex
v1.1.3
Published
Get a random color hex or color name using this package
Readme
Get a random color hex
Usage:
const ran = require("get-random-color-hex").hex;
console.log(ran)
// #FF0000
const ran = require("get-random-color-hex").color;
console.log(ran)
// Red
/*
----------------------
This next one gets a random color and gets a website with the random hex
*/
const ran = require("get-random-color-hex").colorwebsite;
console.log(ran)
// https://www.color-hex.com/color/ff0000GitHub: https://github.com/noahalma/get-random-color-hex/
