Components
Pure CSS gradient background in the Bloom Field style, made with the 21st.dev Gradient Builder. 4-color palette (#FFE7C7, #F6A96B, #E4676B, #7A3B6B). Features: soft blur finish. A drop-in, zero-dependency React component for hero sections, cards, and page backgrounds.
Loading preview...
import { GradientBackground } from "@/components/ui/plum-sand-apricot"
export default function GradientBackgroundDemo() {
return (
<div className="relative h-[440px] w-full overflow-hidden rounded-xl">
<GradientBackground className="h-full w-full" />
</div>
)
}