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/Cosmic Sparkle
Back to library
Northern AuroraStriped Dark
effectsdarkNew

Cosmic Sparkle

Starry night sky effect with twinkling dots

Related effects

  • Orbit Glowdark
  • Ember Cornerdark
  • Scan Glowdark
  • Signal Pulse Navydark
  • Deep Vignettedark
  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
<div className="min-h-screen w-full relative">  {/* Cosmic Sparkle Pattern */}  <div    className="absolute inset-0 z-0"    style={{      background: `        radial-gradient(circle at 50% 50%, rgba(255, 0, 255, 0.08) 0%, transparent 45%),        radial-gradient(circle at 50% 50%, rgba(0, 255, 255, 0.08) 10%, transparent 55%),        radial-gradient(circle at 50% 50%, #111 0%, #1a1a1a 100%)      `,      backgroundBlendMode: "soft-light",      boxShadow: `inset 0 0 60px rgba(255, 255, 255, 0.3),        inset 20px 0 80px rgba(255, 0, 255, 0.2),        inset -20px 0 80px rgba(0, 255, 255, 0.2),        inset 20px 0 300px rgba(255, 0, 255, 0.1),        inset -20px 0 300px rgba(0, 255, 255, 0.1),        0 0 50px rgba(255, 255, 255, 0.1),        -10px 0 80px rgba(255, 0, 255, 0.1),        10px 0 80px rgba(0, 255, 255, 0.1)`,      filter: "contrast(1.05) brightness(1.05) blur(0.5px)",    }}  />  {/* Your Content/Components */}</div>
background.tsx24 lines · TSX

Related effects

Orbit GlowdarkEmber CornerdarkScan GlowdarkSignal Pulse NavydarkDeep VignettedarkQuiet Auroradark