Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full bg-white relative"> {/* Pastel Wave */} <div className="absolute inset-0 z-0" style={{ background: "linear-gradient(120deg, #d5c5ff 0%, #a7f3d0 50%, #f0f0f0 100%)" }} /> {/* Your Content/Components */}</div>