a simple 45 color palette made more readable for the web
npm install clean-and-calm-palette
import cleanAndCalmColors from 'clean-and-calm-palette'
console.log(cleanAndCalmColors.river) // '#2998d4'
- Make script for generating css file
- Use webpack to compile JavaScript modules
- Make script for generating JS const file
- Create NPM package