random-colorful
v1.0.4
Published
A simple package to generate random color!
Downloads
15
Maintainers
Readme
Random Color Hex Code and Color Name on the go!
const randomColor = require('random-colorful');
let color = randomColor();
console.log(color);
OUTPUT -
{ hexcode: '#0000ff', name: 'blue' }