{# canonical_base is the OWNING tenant's origin: all 16 Peasy domains serve the same
catalogue, so a page rendered by a non-owner points its canonical at the owner
instead of competing with it. Falls back to this site for static/self-owned pages. #}
Generate complete design token sets with colors, spacing, font sizes, and border radius. Choose from minimal, corporate, or playful presets.
How It Works
Select a preset (minimal, corporate, playful) and output format. The generator creates a complete token set with colors, spacing scale, font sizes, and border radius values — ready to bootstrap a design system.
Frequently Asked Questions
What are design tokens?
Design tokens are named values (colors, spacing, sizes) that define a design system. They ensure consistency across platforms and can be exported as CSS, JSON, or framework config.
Which format should I export?
CSS Variables for vanilla CSS projects. Tailwind @theme for Tailwind CSS v4. JSON for design tools (Figma tokens) or multi-platform systems.