ChromaMix is a React app designed to help UI developers generate color palettes and explore various tints and shades for their projects. With support for 1000 color palettes, it provides a diverse range of options to choose from.
- Generate color palettes.
- Explore tints and shades of a selected color.
- Choose from a collection of 1000 color palettes.
Follow the steps below to run ChromaMix locally on your machine.
- Node.js and npm installed on your machine.
- Clone the repository:
git clone https://github.com/your-username/chromamix.git
cd chromamix
npm i
npm start
then view it in localhost:5001
This project is licensed under the MIT License - see the LICENSE.md file for details.