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/Dark Sphere Grid
Back to library
Magenta Orb Grid LightMagenta Orb Grid
geometricdarkNew

Dark Sphere Grid

Full-page view of this background so you can judge contrast, type, and chrome.

Related geometric

  • Signal Griddark
  • Signal Driftdark
  • Blueprint Darkdark
  • Carbon Linesdark
  • Ink Meshdark
  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
<div className="min-h-screen w-full bg-[#020617] relative">  {/* Dark Sphere Grid Background */}  <div    className="absolute inset-0 z-0"    style={{      background: "#020617",      backgroundImage: `        linear-gradient(to right, rgba(71,85,105,0.3) 1px, transparent 1px),        linear-gradient(to bottom, rgba(71,85,105,0.3) 1px, transparent 1px),        radial-gradient(circle at 50% 50%, rgba(139,92,246,0.15) 0%, transparent 70%)      `,      backgroundSize: "32px 32px, 32px 32px, 100% 100%",    }}  />     {/* Your Content/Components */}</div>
background.tsx16 lines · TSX

Related geometric

Signal GriddarkSignal DriftdarkBlueprint DarkdarkCarbon LinesdarkInk MeshdarkNight Crossdark