Standard colors list.
npm install -S @jswork/next-const-colors
import '@jswork/next-const-colors';
// a list of colors
[
'#7B0600', '#9E4000', '#916400', '#28547C', '#01007E', '#561F4E', '#3C3C3C', '#004FC0',
// ...
]
Code released under the MIT license.