CSS Gradient Generator
Linear and radial gradients
Pick colors and angles, preview the result and copy CSS.
CSS
.gradient {
background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
}Linear and radial gradients
Pick colors and angles, preview the result and copy CSS.
.gradient {
background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
}