CSS Gradient Generator

Create beautiful CSS gradients with live preview. Copy the code for your project.

135°

CSS Gradients Guide

CSS gradients let you display smooth transitions between two or more colors without using images. They are perfect for backgrounds, buttons, and visual effects.

Types of Gradients

Tips

FAQ

Can I use gradients in all browsers?
Yes, CSS gradients are supported in all modern browsers including IE10+.
How do I add a gradient to a button?
Set the CSS as the background property of your button element.
What is a good angle for gradients?
135° creates a nice diagonal. 180° is top-to-bottom.

Related Tools