Choose Type
Select linear, radial, or conic gradient.
Advertisement
Live Preview
135° gradient
background: linear-gradient(135deg, #667eea, #764ba2);
Pro Tip
Use gradients sparingly for professional designs. Subtle gradients work best - avoid rainbow effects unless intentional for branding.
Select linear, radial, or conic gradient.
Pick colors and adjust stop positions.
Get the complete CSS code instantly.
CSS gradients create smooth color transitions without images. They're performant, scalable, and reduce page load. Modern browsers support linear, radial, and conic gradients with excellent performance.
Linear gradients transition in a straight line (top to bottom, left to right). Radial gradients radiate from a center point outward in a circular pattern.
Technically unlimited, but 2-4 colors create the most professional results. Too many colors can look busy and unprofessional.
Advertisement