Color Palette Generator. Simple, fast and private. Mady by developer for developers.
Created for HackClub Anvil
Features 路 Demo 路 Installation 路 Usage 路 Technologies
- Generate random harmonious color palettes
- Copy individual colors with one click
- Save and remove favorite palettes locally
- Export palette as:
- CSS variables
- Tailwind config
- JSON
- Responsive layout for mobile, tablet and desktop
- Fast and lightweight
Clone the repository:
git clone https://github.com/Jimi090/ColorGen.gitGo to the project directory:
cd colorGenInstall dependencies:
npm installRun the development server:
npm run devBuild for production:
npm run buildPreview production build:
npm run preview-
Click Generate to create a new palette.
-
Click any color to copy its HEX value.
-
Click Add to favorites to save the current palette.
-
Open Favorites to view saved palettes.
-
Export your palette as CSS, Tailwind config or JSON.
- HTML
- CSS
- JavaScript
- chroma.js
- Vite

