🎨 Color Magic
✨ Features
- 🌈 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
🚀 Getting Started
Prerequisites
- Node.js (version 14 or later)
- npm or yarn
Installation
- Clone the repo
git clone https://github.com/FabuTheFool/Color-Magic.git
- Install NPM packages
npm install
or if you're using yarn:yarn install
- Start the development server
npm run dev
or with yarn:yarn dev
🖥️ Usage
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
🤝 Contributing
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
📄 License
Distributed under the MIT License. See LICENSE
for more information.
fabrizio - @FabuTheFool -
Project Link: https://github.com/FabuTheFool/Color-Magic
🙏 Acknowledgments