Skip to content

afeiship/next-const-colors

Repository files navigation

next-const-colors

Standard colors list.

version license size download

installation

npm install -S @jswork/next-const-colors

usage

import '@jswork/next-const-colors';

// a list of colors
[
  '#7B0600', '#9E4000', '#916400', '#28547C', '#01007E', '#561F4E', '#3C3C3C', '#004FC0',
  // ...
]

license

Code released under the MIT license.