Swatch Tooltip

Color-swatch popover pairing a filled chip with the palette name and hex code.

Sunset#F97066

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Tooltip8 } from "@/components/beste/piece/tooltip8";

<Tooltip8
  name="Sunset"
  hex="#F97066"
  tone="sunset"
/>