Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full relative"> {/* Violet Dream Sphere Gradient */} <div className="absolute inset-0 z-0" style={{ background: `radial-gradient(ellipse at center, #DDD6FE 0%, #C4B5FD 25%, #A78BFA 50%, #8B5CF6 75%, #7C3AED 100%)`, }} /> {/* Your Content/Components */}</div>