Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full relative"> {/* Mystic Purple Orb Gradient */} <div className="absolute inset-0 z-0" style={{ background: `radial-gradient(circle at 50% 30%, #E9D5FF 0%, #C4B5FD 25%, #A78BFA 50%, #7C3AED 75%, #5B21B6 100%)`, }} /> {/* Your Content/Components */}</div>