Gradient Generator
Visually create CSS gradient backgrounds
Category
How to Use
- Select gradient type (linear/radial)
- Choose direction and adjust color stops
- Copy the generated CSS code
Examples
-
Linear gradient
Input:
Direction: to right, #3b82f6 → #ec4899Output:
background: linear-gradient(to right, #3b82f6 0%, #ec4899 100%);
FAQ
- How many color stops are supported?
- No limit, you can add any number of color stops.
Related tools
- Color Converter
Convert colors between HEX, RGB, HSL formats