Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full relative"> {/* Lavender Cosmic Glow Gradient */} <div className="absolute inset-0 z-0" style={{ background: `radial-gradient(circle at 40% 40%, #E9D5FF 0%, #C4B5FD 20%, #A78BFA 40%, #8B5CF6 60%, #6D28D9 80%, #581C87 100%)`, }} /> {/* Your Content/Components */}</div>