Palette Pal is a color palette generator built on React. Users can create new palettes or use existing ones.
The project uses Google's Material UI Library, Chroma JS for color conversions, and localStorage for data persistence.
- Viewing Existing Palettes
- Adjust brightness of all colors by using the slider on top
- Copy color in 3 different formats (HEX, RGB, RGBA) by using the drop down on the top right
- Creating New Palettes
- Drap and drop colors in new palette
- Add new colors to new palette
- Assign name and emoji to new palette
Coming from the cloned project folder, install all dependencies
$ npm install
Start application
$ npm start