Colorly is a clean, intuitive color tool built for developers and designers who want speed, precision, and visual harmony. Convert between HEX, RGB, HSL, and HSV formats, build stunning color palettes, and generate CSS filter values to style SVG images — all in one place. Whether you're refining a UI or creating a new brand identity, Colorly helps you work faster, smarter, and in perfect color harmony.
- 🎨 Format Conversion — HEX ↔ RGB ↔ HSL ↔ HSV
- 🧠 Smart Color Palettes — Easily create and manage palettes
- 🧪 SVG Filter Generator — Create CSS filters to colorize SVGs
- 🔍 Live Preview — See changes in real-time
- ⚡ Fast & Lightweight — Built with Vite and React
- 💡 Accessible UI — Clean, responsive interface
- React 19
- Vite 6
- Redux Toolkit
- SASS (SCSS Modules)
- React Router 7
Clone the repository and install dependencies:
git clone https://github.com/your-username/colorly.git
cd colorly
npm installnpm run dev