Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full relative"> {/* Purple Radial Bloom Light Gradient */} <div className="absolute inset-0 z-0" style={{ background: `radial-gradient(circle at center, #F3E8FF 0%, #DDD6FE 30%, #C4B5FD 60%, #A78BFA 100%)`, }} /> {/* Your Content/Components */}</div>