CSS Gradient Generator — Linear & Radial

Build linear or radial CSS gradients up to 5 stops with a live preview and copyable CSS.

CSS

background: linear-gradient(135deg, #3b82f6 0%, #a855f7 100%);
0%
100%

Advertisement

How to use

  1. Step 1: Pick linear or radial
  2. Step 2: Adjust colors and stops
  3. Step 3: Tweak the angle
  4. Step 4: Copy the CSS

Advertisement

Frequently asked questions

CSS gradients let you fill backgrounds with smooth color transitions without images.