Theme exports for Tailwind, CSS variables, and JSON
ChromUI exports are built for developers and design-system teams who want to move from a validated theme into implementation without rebuilding the whole system by hand.
The point is not just file output. The point is to carry a tested theme into real frontend workflows: CSS variables, Tailwind, or JSON design tokens.
CSS variables
Best for framework-agnostic theming, component libraries, and direct stylesheet integration.
Tailwind
Best for utility-first projects that want tokenized theme values in `theme.extend` style workflows.
JSON tokens
Best for teams that want structured token output for tooling, pipelines, or plugins.
How exports fit real workflows
Teams rarely need one isolated file format. They need a theme that can be previewed, validated, then exported into the stack they actually use.
ChromUI keeps those steps connected. The same theme you inspect in previews becomes the export you ship.