Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full relative"> {/* Aurora Silk Fade Gradient */} <div className="absolute inset-0 z-0" style={{ background: `linear-gradient(150deg, #B39DDB 0%, #D1C4E9 20%, #F3E5F5 40%, #FCE4EC 60%, #FFCDD2 80%, #FFAB91 100%)`, }} /> {/* Your Content/Components */}</div>