A simple tool to generate CSS gradients.
- 🎨 Create linear gradients with multiple color stops.
- 🖌️ Interactively change colors using a color picker.
- ✨ Add or remove colors from the gradient.
- 🔄 Adjust the gradient angle using a degree picker.
- 🖐️ Drag and drop to reorder colors.
- 📋 View and copy the generated CSS snippet.
- Add Colors: Click the '➕' icon to add a new color to the gradient.
- Change Colors: Click on any color swatch to open the color picker and select a new color.
- Remove Colors: Click the '🗑️' icon next to a color to remove it.
- Adjust Angle: Use the degree picker to set the angle of the gradient.
- Copy CSS: The CSS code for the gradient is automatically generated. Click the copy button in the code snippet section to copy it to your clipboard.
To start a local development server, run:
ng serveNavigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.