npm install nippon-colors-gen
// require
const nipponColors = require('nippon-colors-gen');
// random color
const nipponColor = nipponColors[Math.floor(Math.random() * nipponColors.length)];
[{
"name": "撫子",
"romanized": "NADESHIKO",
"value": "#DC9FB4"
},...
]