randomColor
randomColor copied to clipboard
Set a different seed, but get the same color
#f762e1
randomColor({
luminosity: 'bright',
seed: '10111155892742231',
})
#f762e1
randomColor({
luminosity: 'bright',
seed: '10111156349842232',
})
How to get different color?