Documentation
Two separate paths — pick the one that fits. You don't need both.
npx shadcn add .../r/6750A4Static theme
One command generates a CSS file with your palette baked in. Nothing runs at runtime — just colors, locked in.
<Theme seed={#6750A4}><App /></Theme>Dynamic theme
A React provider that generates palettes at runtime. Users pick colors, sections get their own themes.
Reference
Props, hooks, and Variant enum — for the dynamic theme path.