davidmerfield / davidmerfield/randomColor
Set a different seed, but get the same color
Open
- Dominant language
- JavaScript
- Stars
- 6.1k
- Forks
- 408
- PR merge metrics
- No merged PRs in 30d
Description
```
#f762e1
randomColor({
luminosity: 'bright',
seed: '10111155892742231',
})
#f762e1
randomColor({
luminosity: 'bright',
seed: '10111156349842232',
})
```
How to get different color?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.