Gradient Generator

Create beautiful gradients with optional grain effect. Customize colors and noise intensity.

background-image: linear-gradient(45deg, #6f2dbd 0%, #ff7b00 100%);

/* Grain effect */
position: relative;

&::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  pointer-events: none;
}

Gradient Points

Color Stops

#6f2dbd
0%
#ff7b00
100%
Add Stop

Gradient Angle: 45°

50%
50%
1.0
20%

Export