uuidpalette
v1.1.0
Published
Convert UUID blocks to hex colors
Readme
uuidPalette
Convert UUID blocks to deterministic hex colors.
Pattern recognition but with colors.
example
npm i uuidpaletteconst uuidPalette = require('uuidpalette');
const colors = uuidPalette('550e8400-e29b-41d4-a716-446655440000');
// ['#28a264', '#696926', '#3b7406', '#fd5d96', '#db3247']