Design Token Generator

Create, customize, and export design tokens for your design system. Generate consistent color palettes, typography scales, spacing systems, and more in CSS, SCSS, Tailwind, JavaScript, or JSON format.

Generating palette...

What are Design Tokens?

Design tokens are the visual design atoms of a design system. They are the smallest pieces of design data that store values for colors, typography, spacing, shadows, and animations. By using design tokens, teams can maintain consistency across products while enabling easy theming and brand updates.

Three-Tier Token Architecture

  • Primitive Tokens: Raw values like hex colors (#3b82f6) or pixel values (16px). These are the foundation of your design system.
  • Semantic Tokens: Purpose-based references that describe their intended use, like "primary-color" or "heading-font-size".
  • Component Tokens: Specific values for individual components, like "button-background" or "card-border-radius".

Supported Export Formats

  • CSS Variables: Native browser support, easy to use with any framework
  • SCSS Variables: Perfect for Sass-based projects with maps and mixins
  • Tailwind CSS: Ready-to-use configuration for Tailwind projects
  • JavaScript/TypeScript: Type-safe tokens for JS frameworks
  • JSON: Universal format following the Design Tokens Community Group spec