Home
Apps
Contact Us
Get Started
Forum
Contact Us
Back
CSS Gradient Generator
Create beautiful, cross-browser CSS gradients visually. Adjust colors and copy the code.
Color 1
Color 2
Type
Linear
Radial
Angle: 90°
CSS Code
background: #4facfe; /* fallback for old browsers */ background: -webkit-linear-gradient(90deg, #4facfe 0%, #00f2fe 100%); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */