Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full relative"> {/* Spring Meadow Mist Gradient */} <div className="absolute inset-0 z-0" style={{ background: `linear-gradient(90deg, #D4F1C5 0%, #E8F5E8 20%, #F0F8E8 40%, #FFF9E6 60%, #FFE5B4 80%, #FFDAB9 100%)`, }} /> {/* Your Content/Components */}</div>