ReactBD BG is a ReactBD tool.

More developer utilities, courses, and resources live on the main site.

Visitreactbd.com

Social

GuideCreditsAll tools

© 2026 ReactBD. ReactBD BG is a ReactBD product.

ReactBDBG
LibraryGuideCredits
ReactBD/Tools/Backgrounds/Aurora Waves
Back to library
Emerald Radial GlowAurora Dream Corner Whispers
gradientsdarkNewMotion

Aurora Waves

Dynamic aurora borealis inspired wave pattern

Related gradients

  • Cyan Meshdark
  • Pulse Veildark
  • Navy Voiddark
  • Amber Horizondark
  • Deep Washdark
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
  20. 20
  21. 21
  22. 22
  23. 23
  24. 24
  25. 25
  26. 26
  27. 27
  28. 28
  29. 29
  30. 30
  31. 31
<div className="min-h-screen w-full relative">  {/* Aurora Waves Pattern */}  <style>{`    @keyframes aurora {      0% { transform: scale(1) rotate(0deg); opacity: 0.5; }      50% { transform: scale(1.2) rotate(180deg); opacity: 0.8; }      100% { transform: scale(1) rotate(360deg); opacity: 0.5; }    }  `}</style>  <div    className="absolute inset-0 z-0"    style={{      background: `linear-gradient(45deg, #1a1a1a 0%, #003366 100%),        repeating-linear-gradient(          45deg,          rgba(0, 255, 255, 0.1) 0px,          rgba(0, 255, 255, 0.1) 20px,          rgba(0, 255, 0, 0.1) 20px,          rgba(0, 255, 0, 0.1) 40px        ),        radial-gradient(          circle at 50% 50%,          rgba(32, 196, 232, 0.3) 0%,          rgba(76, 201, 240, 0.1) 100%        )`,      backgroundBlendMode: "normal, overlay, overlay",      animation: "aurora 8s linear infinite",    }}  />  {/* Your Content/Components */}</div>
background.tsx31 lines · TSX

Related gradients

Cyan MeshdarkPulse VeildarkNavy VoiddarkAmber HorizondarkDeep WashdarkDeep Dual Glowdark