Custom palette
Pass three accent stops to retune the aurora.
import { LiquidAuroraMeshHero } from "@/components/ui/hero-liquid-aurora-mesh";
export default function Cool() {
return (
<LiquidAuroraMeshHero backgroundProps={{ palette: ["#3b82f6", "#22d3ee", "#a78bfa"], speed: 18 }} />
);
}