SPA color palette generator with a sandbox to test color combinations on the fly. Users can select among a handful of mock components like cards or buttons, apply the generated palette and switch between colors.
Users can also save, share their favorite palettes and search palettes by tag.
The front-end uses React while the back-end is an Express API REST. All components are function based taking addvantage of React Hooks. Palette generation is done through calls to the The Color API (https://www.thecolorapi.com/).
You can try it out here https://paletto.herokuapp.com/