Collection of convenience code snippets (helpers) that aims to make it a little easier to work with vanilla JS
vanillajs-helpers > “randomHexColor”
► randomHexColor(): string
Defined in randomHexColor.ts:15
Generate a random HEX color
randomHexColor(); // -> eg. #f42c71
Returns: string