Skip to content

aesisify/color-tools

Repository files navigation

GitHub Workflow Status GitHub issues GitHub last commit GitHub code size in bytes

Color Tools

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.

Usage

To use the application, simply visit the website or clone this repository and check the installation guide below.

Installation

To install this application locally after cloning the repository:

npm install
npm run dev

Todo

  • Save system for generated palettes.
  • Integrate color-thief for palette extraction from images.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.