Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 789 Bytes

File metadata and controls

29 lines (21 loc) · 789 Bytes

Chromabox

Generate color variations and export them as Tailwind, SCSS, or CSS variables. Designed for front-end developers and code-inclined designers.


Chromabox screenshot

Self-hosting

Chromabox can be run on your own computer as a SvelteKit app. To do this, clone the repository and run it locally. Make sure you have Node.js installed.

git clone https://github.com/fmaclen/chromabox.git
cd chromabox
npm install
npm run build
npm run preview

Then, visit http://localhost:4173 to open the app.