created by Leolainen
Inspired by a Codepen by sebastian lasse
- Select a name for your palette
- Enter your color of choice as hex or use the color picker
- Select which algorithm to use: Material, Monochromatic or True Monochromatic
- Use the options to modify the palette to your needs
scripts because I keep forgetting!
To install
$ yarn install
Build dev
$ yarn dev
Build prod
$ yarn build
Run eslint
$ npm run lint
