Web Tools

CSS Gradient Generator

Free online CSS gradient generator. Create beautiful linear, radial, and conic gradients with a live preview. Customize color stops and copy the CSS code instantly.

Presets

Gradient Type

Angle: 135Β°

Color Stops

0%
100%

CSS Code

background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
Share:B!

How to Use

  1. Choose a gradient type

    Select Linear, Radial, or Conic. For linear and conic gradients, adjust the angle with the slider.

  2. Customize color stops

    Pick colors with the color picker or enter HEX codes. Drag the sliders to set each stop's position (0–100%).

  3. Copy the CSS

    Click the Copy button to copy the generated CSS background property and paste it directly into your stylesheet.

FAQ