Adding a new palette is very easy, just follow the steps:
-
In palettes/index.ts file, create a new key and its object of the shape
key: { name: 'Name of the Palette', colors: ['Array', 'of', 'colors', 'hex', 'rgb'], keywords: ['search', 'keywords', 'for', 'the', 'palette'] }
-
There is no second step, just
git add palettes/index.ts
and commit - push.
The app is build with Next.js (React, TypeScript, Styled Components), if you are comfortable with the stack and would love to contribute, feel welcomed to raising a PR.
script | description |
---|---|
build |
build the app |
dev |
run app in development mode |
start |
start the built app |
The App is built with care 😷 by -