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