This app runs in the browser and allows you to add one or more images and generate color palettes from the colours in the images. You can save these to a favourites list and export the data to JSON.
Everything is run locally in the browser, there are no server side components. Any data stored, is stored in local storage.
There is a hosted version here: https://thepearson.github.io/palette-pal/
There is a companion chrome extension here: https://github.com/thepearson/palette-pal_chrome
The chrome extension allows you to right click on images as you navigate the web and open them up in Palette Pat to extract palettes.
This project was bootstrapped with Create React App.