Background Generator

Background preview
Layers
Base · color
Aurora · gradient
Teal · glow
Violet · glow
.layer-stack {
  background-color: #0b1020;
  background-image: linear-gradient(135deg, hsl(160 84% 40%) 0%, hsl(200 90% 60%) 100%),
    radial-gradient(circle at 25% 20%, #2dd4bf44 0%, transparent 70%),
    radial-gradient(circle at 75% 35%, #8b5cf644 0%, transparent 70%);
}