Four export formats
CSS custom properties, Tailwind config, JSON, and a structured prompt block for AI image generators. One token set, four outputs.
Design token generator tools matter when a team needs consistent branded output from code, AI image generators, and content pipelines, but has no structured token set to start from. Most teams already know their colours and fonts. The hard part is formalising those decisions into a portable format that works across tools. This generator handles that step. Pick your colours with hex pickers, choose fonts from curated lists, set spacing and shape rules, then export the result as CSS variables, a Tailwind config, a JSON file, or a structured prompt block you can paste into any AI image generator. The token set you build here becomes the single source of truth for every visual your team produces.
:root {
/* Colours */
--bg: #1a1a1a;
--bg-alt: #2a2520;
--accent: #c8861a;
--accent-alt: #d4a853;
--text: #ffffff;
--text-muted: #a09888;
--border: #c4bdb0;
/* Typography */
--font-body: 'IBM Plex Sans', sans-serif;
--font-mono: 'IBM Plex Mono', monospace;
--font-display: 'Bebas Neue', sans-serif;
/* Shape */
--radius: 0px;
--spacing: 8px;
--shadow: none;
}Build branded comparison tables, pricing sections, FAQ accordions, and more using the token set you just defined.
Open Component Builder with your tokensCSS custom properties, Tailwind config, JSON, and a structured prompt block for AI image generators. One token set, four outputs.
The structured prompt output gives every image generator the same hex values, font names, and style rules. Same tokens, same visual output.
The generator runs entirely in your browser. No server calls, no API keys, no sign-up. Define your tokens and copy the output.
Pick your colours using the hex pickers, or start with one of the four presets and adjust from there.
Choose your body, mono, and display fonts from the curated lists. The preview updates as you select.
Copy the export format you need. Paste the CSS into your codebase, the Tailwind config into your project, the JSON into your design system tooling, or the prompt block into ChatGPT or nano banana.
Send a correction or note. We review submissions privately before changing the page.