Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full relative"> {/* Rose Gold Whisper Gradient */} <div className="absolute inset-0 z-0" style={{ background: `linear-gradient(270deg, #FFECB3 0%, #FFE0B2 20%, #FFCDD2 40%, #F8BBD9 60%, #E1BEE7 80%, #D1C4E9 100%)`, }} /> {/* Your Content/Components */}</div>