A powerful and intuitive color tool for designers and developers.
- 🌈 Gradient Generator: Create beautiful linear and radial gradients
- 🎨 Color Palette Generator: Generate harmonious color palettes
- 📋 Copy to Clipboard: Easy-to-use CSS and Tailwind output
- 🌓 Dark Mode: Toggle between light and dark themes
- 📱 Responsive Design: Works on desktop and mobile devices
- Node.js (version 14 or later)
- npm or yarn
- Clone the repo
git clone https://github.com/FabuTheFool/Color-Magic.git
- Install NPM packages
or if you're using yarn:
npm install
yarn install
- Start the development server
or with yarn:
npm run dev
yarn dev
-
Gradient Generator:
- Choose between linear and radial gradients
- Add or remove color stops
- Adjust angle for linear gradients
- Toggle repeating gradients
-
Color Palette Generator:
- Select base colors
- Choose palette type (monochromatic, analogous, complementary, triadic)
- Generate and explore color combinations
-
Copy Output:
- Click "Copy CSS" to copy the CSS code
- Click "Copy Tailwind" to copy the Tailwind classes
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
fabrizio - @FabuTheFool -
Project Link: https://github.com/FabuTheFool/Color-Magic