Components
Pure CSS gradient background in the Bloom Field style, made with the 21st.dev Gradient Builder. 8-color palette (#FBFDFF, #A9FCFF, #B4B9FF, #C4FFE6, #F4D1FF, #F4D1FF, #B3B8FF, #B3B8FF). Features: soft blur finish, vignette. A drop-in, zero-dependency React component for hero sections, cards, and page backgrounds.

import { GradientBackground } from "@/components/ui/gradient-c1a9005a"
export default function GradientBackgroundDemo() {
return (
<div className="relative h-[440px] w-full overflow-hidden rounded-xl">
<GradientBackground className="h-full w-full" />
</div>
)
}