Online Tool

Design Tokens Generator

Generate W3C DTCG-compliant design tokens from any website. Export to Figma, Tokens Studio, Style Dictionary, or CSS variables.

W3C DTCG Format Output

{
  "$schema": "https://design-tokens.github.io/community-group/format/",
  "color": {
    "brand": {
      "primary": { "$value": "#4F46E5", "$type": "color" },
      "secondary": { "$value": "#10B981", "$type": "color" }
    },
    "neutral": {
      "100": { "$value": "#F3F4F6", "$type": "color" },
      "900": { "$value": "#111827", "$type": "color" }
    }
  },
  "typography": {
    "fontFamily": {
      "sans": { "$value": "Inter, system-ui", "$type": "fontFamily" }
    },
    "fontSize": {
      "base": { "$value": "16px", "$type": "dimension" }
    }
  },
  "spacing": {
    "sm": { "$value": "8px", "$type": "dimension" },
    "md": { "$value": "16px", "$type": "dimension" }
  }
}

Export to Your Tools

🎨

Figma

Tokens Studio plugin

⚙️

Style Dictionary

Multi-platform export

🌬️

Tailwind

Config generation

📄

CSS Variables

Native custom properties

Token Categories Extracted

Color tokens (brand, semantic, neutral)

Typography tokens (family, size, weight)

Spacing tokens (padding, margin, gap)

Border tokens (radius, width)

Shadow tokens (elevation levels)

Animation tokens (duration, easing)

Generate Design Tokens Now

Extract W3C-compliant design tokens from any website. Import directly to Figma.

Get Started