FreeDev Tools

CSS Gradient Generator

Create beautiful linear, radial, and conic gradients with a live preview and copy-ready CSS.

Gradient Options

90Β°
0%
100%

Preview

CSS Output

background: linear-gradient(to right, #6366f1 0%, #8b5cf6 100%);

CSS gradients let you create smooth transitions between colors without using image files. Linear gradients flow in a direction, radial gradients emanate from a center point, and conic gradients sweep around a center angle. Using multiple color stops gives you full control over the color positions.

Frequently Asked Questions

Linear gradients (with angle or directional presets like to right, to bottom-right), radial gradients (circle or ellipse), and conic gradients.