Aurora Background Generator
Create beautiful animated aurora/gradient backgrounds for hero sections and landing pages. Mesmerizing glass-like effects!
Aurora Effect ✨
Beautiful animated background
.aurora-bg {
background-color: #0a0a0a;
position: relative;
overflow: hidden;
}
.aurora-bg::before {
content: '';
position: absolute;
inset: -50%;
background: radial-gradient(ellipse at 80% 50%, #4ade8099 0%, transparent 50%),
radial-gradient(ellipse at 50% 80%, #22d3ee99 0%, transparent 50%),
radial-gradient(ellipse at 20% 50.00000000000001%, #a78bfa99 0%, transparent 50%),
radial-gradient(ellipse at 49.99999999999999% 20%, #f472b699 0%, transparent 50%);
filter: blur(100px);
animation: aurora 10s ease-in-out infinite;
}
@keyframes aurora {
0%, 100% {
transform: rotate(0deg) scale(1.5);
}
50% {
transform: rotate(180deg) scale(1.8);
}
}Features
- Animated aurora effect
- Multiple color support
- Adjustable blur & speed
- Color presets
- CSS export
How to Use
- 1Choose your colors
- 2Adjust blur and speed
- 3Preview the animation
- 4Copy the CSS code
Frequently Asked Questions
Will this affect performance?
The blur filter can be intensive. Use sparingly and consider reducing blur on mobile.
Can I use more colors?
Yes! You can use 2-6 colors for the aurora effect.