Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full relative"> {/* Peachy Mint Dream Gradient */} <div className="absolute inset-0 z-0" style={{ background: `linear-gradient(135deg, #FFB5A7 0%, #F8D7DA 25%, #E8F5E8 75%, #B8F2D0 100%)`, }} /> {/* Your Content/Components */}</div>