Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full bg-white relative overflow-hidden"> {/* Purple Corner Background */} <div className="absolute inset-0 z-0" style={{ backgroundImage: ` radial-gradient(circle 600px at 0% 200px, #d5c5ff, transparent), radial-gradient(circle 600px at 100% 200px, #d5c5ff, transparent) `, }} /> {/* Your Content Here */}</div>