Soft brand-yellow glow in the top-right of a white page
<div className="min-h-screen w-full bg-[#ffffff] relative"> <div className="absolute inset-0 z-0" style={{ backgroundImage: `radial-gradient(700px 380px at 100% 0%, rgba(255,195,0,0.28), transparent 60%)`, }} /> <div className="relative z-10">{/* Your content */}</div></div>