What the export includes
The Tailwind and Shadcn export includes project-ready files such as a Tailwind configuration, global CSS variables, and a README. These files help move palette colors into a frontend project faster.
Tailwind config
The Tailwind configuration exposes palette colors so they can be used through utility classes. This is useful when you want consistent colors for backgrounds, borders, text, rings, cards, and component states.
Shadcn-style variables
The global CSS file maps colors into theme variables used by component systems. These variables usually represent roles such as background, foreground, primary, secondary, accent, border, and muted surfaces.
Light and dark themes
The export can include light and dark variable sets. Review both modes before using them in production, because a color that looks strong in one mode may need adjustment in the other.
Recommended workflow
Start by importing the files into a test branch or prototype. Check buttons, cards, forms, dialogs, navigation, and disabled states. After the palette feels stable, replace raw color names with semantic names that match your product language.