This is a web application built with Vue that generates color ramps. It allows users to generate color ramps based on a base color, with options for number of colors, saturation and brightness ranges, and hue shifts.
Uses chroma-js and color-names.
To use the application, simply visit the website or clone this repository and check the installation guide below.
To install this application locally after cloning the repository:
npm install
npm run dev
- Save system for generated palettes.
- Integrate color-thief for palette extraction from images.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.