Coloro is a tiny desktop app. It shows a hex code and a color name of Kaizen UI Colors which you copy in a clipboard.
Coloro is made with Electron and React.
You can download the packaged app from the releases page. Currently only supports OS X.
$ npm install
To watch and compile by webpack:
$ npm run hot-server
To run and auto-reload electron app:
$ npm run start-hot
$ npm run package