chinese-colors
v1.0.0
Published
Chinese Traditional Colors
Readme
chinese-colors
install
npm install chinese-colorsuse
// require
const chineseColors = require('chinese');
// random color
const chineseColor = chineseColors[Math.floor(Math.random() * chineseColors.length)];data
[{
"name": "藍灰色",
"romanized": "lán hūi sè",
"value": "#8AA4A8"
},...
]