Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full relative"> {/* Minty Cloud Drift Gradient */} <div className="absolute inset-0 z-0" style={{ background: `linear-gradient(120deg, #C8E6C9 0%, #DCEDC8 20%, #F1F8E9 40%, #FFFDE7 60%, #FFF9C4 80%, #F0F4C3 100%)`, }} /> {/* Your Content/Components */}</div>