Create stunning CSS gradients with a visual editor. Choose colors, adjust stops, and copy production-ready CSS code.
Linear gradients transition colors along a straight line. Use the linear-gradient() CSS function with an angle (or direction keyword) and color stops. Common angles: 0° (bottom to top), 90° (left to right), 135° (top-left to bottom-right), 180° (top to bottom).
Radial gradients radiate outward from a center point. Use radial-gradient() with a shape (circle or ellipse) and color stops. Great for spotlight effects, buttons, and background accents.
CSS gradients are supported in all modern browsers including Chrome, Firefox, Safari, Edge, and Opera. No vendor prefixes needed for current browser versions.