Click Export in the toolbar to open the export panel. Every format is based on the current playground state and updates when you change a setting.
- CSS
- CSS custom properties for --font-heading, --font-body, --font-ui, and all the color roles. Also includes the Google Fonts @import URL with the correct weights and display=swap. Custom properties follow the CSS custom properties syntax.
- SCSS
- The same tokens as SCSS variables. Drop the file into an SCSS project and reference $font-heading or $color-text in any rule.
- Tailwind
- A partial theme object for tailwind.config.js. Paste it into the theme.fonts and theme.colors keys. You still need the Google Fonts @import in your HTML.
- JSON
- A structured JSON object with font names, weights, sizes, line heights, and the full color palette. Import this into a design system token setup or a custom build script.
- Markdown
- A DESIGN.md file with the heading font, body font, palette swatches, and type scale steps written out in readable prose. Useful for documentation or a pull request description.
- SVG
- A small SVG palette swatch showing the text, background, primary, accent, surface, and border colors as labeled swatches. Drop it into a brand guide or a presentation slide.