Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full bg-black relative"> {/* Aurora Mystic Mist Background */} <div className="absolute inset-0 z-0" style={{ backgroundImage: ` radial-gradient(circle at 50% 100%, rgba(58, 175, 169, 0.6) 0%, transparent 60%), radial-gradient(circle at 50% 100%, rgba(255, 140, 0, 0.4) 0%, transparent 70%), radial-gradient(circle at 50% 100%, rgba(238, 130, 238, 0.3) 0%, transparent 80%) `, }} /> {/* Your Content/Components */} </div>