Skip to content

Free CSS tool

CSS Gradient Generator

Drag color stops, spin the angle, switch the type — then copy the background value it produces as ready-to-paste CSS.

Preview

Color stops

Drag a stop to move it, or use the arrow keys to fine-tune. Stops reorder automatically when they pass each other.

Selected stop

1
0%

Settings

Gradient type
135deg

Presets

Generated CSS

.gradient {
  background-image: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
}