ColorCraft

Your comprehensive toolkit for color design, calculations, and creative inspiration

Gradient Generator

Create stunning CSS gradients with our visual editor.

Advertisement
90° 360°

Gradient Stops

Drag stops to reposition, double-click to change color.

Hold Shift while dragging to randomize color.

CSS Code

background: linear-gradient(90deg, #3498db 0%, #e74c3c 100%);

Gradient Types

CSS supports several types of gradients:

  • Linear Gradients: Colors flow in a straight line at any angle
  • Radial Gradients: Colors radiate outward from a central point
  • Conic Gradients: Colors rotate around a center point (like a pie chart)

Tips for creating effective gradients:

  • Use colors with similar lightness for smooth transitions
  • Limit to 2-4 colors for clean results
  • Consider adding transparency for interesting effects
  • Test your gradients on different devices and screens
Advertisement