Create stunning CSS gradients visually with live preview. Build linear, radial and conic gradients with multiple color stops, custom angles and instant CSS code output.
Last updated: March 2026repeating-linear-gradient, etc.) useful for creating stripe and pattern effects.background: linear-gradient(90deg, #ff0000 0%, #00ff00 50%, #0000ff 100%). Each stop consists of a color and an optional position. Browsers distribute colors evenly if you omit positions. You can add as many stops as needed — use this tool's "+ Add Color Stop" button to experiment visually.background, then use background-clip: text and -webkit-background-clip: text with color: transparent. This clips the gradient to the text shape. It works in all modern browsers and is popular for hero section headings, logos, and decorative typography.