Generate random hex color codes.
npm install randomize-hex
Once installed import the package.
ECMAScript Syntax:
import { randomHex } from "randomize-hex";
randomHex(); //returns a hex color code
CommonJS Syntax:
const { randomHex } = require("randomize-hex");
randomHex(); //returns a hex color code
randomHex()
- returns a random hex color code in the format of #ffffff