Components
Pure CSS gradient background in the Horizon Glow style, made with the 21st.dev Gradient Builder. 3-color palette (#7A4B3A, #F8B500, #FBE6B8). Features: soft blur finish, film grain. A drop-in, zero-dependency React component for hero sections, cards, and page backgrounds.
Loading preview...
import { GradientBackground } from "@/components/ui/golden-halo"
export default function GradientBackgroundDemo() {
return (
<div className="relative h-[440px] w-full overflow-hidden rounded-xl">
<GradientBackground className="h-full w-full" />
</div>
)
}