Color field pairing a filled swatch with the chosen name and hex code and an eyedropper button.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Input20 } from "@/components/beste/piece/input20";
<Input20
label="Accent color"
hex="#6D5EFA"
name="Mira violet"
/>