Gradient Generator

Gradient preview
Type & Direction
Color Stops
Stop 1
Stop 2
Animation
.gradient {
  background: linear-gradient(135deg, hsl(160 84% 40%) 0%, hsl(200 90% 60%) 100%);
}