Here is custom colors component
npx shadcn@latest add https://21st.dev/r/shadcnspace/custom-colors
Loading preview...
import SwitchCustomColorDemo from "@/components/ui/custom-colors"; export default function DemoOne() { return <SwitchCustomColorDemo />; }