UX Glossary Process & Methods

Design Token

Process & Methods

A named, technology-agnostic variable that stores a single design decision — such as a color value, spacing unit, or type size. Tokens form the connective tissue of a design system, ensuring visual changes propagate consistently across platforms and codebases without requiring manual updates to every component.

Design Token illustration
Source: picsum.photos

Common contexts

Use when

When a product ships across multiple platforms or themes, or when the design system needs to support brand changes without touching every component. Start with color and spacing tokens as the highest-leverage entries.

Avoid when

Don't build a token architecture before you have stable, recurring design decisions — over-tokenizing an unstable system creates maintenance debt faster than it solves consistency problems.

Tokens only deliver their promise when designers and engineers share the same token names — a Figma variable named 'Primary/500' that maps to a CSS variable named '--button-blue' is not a token system, it's two parallel systems with extra steps.

Real-world examples

Related terms

Design System Atomic Design Visual Hierarchy Baseline Grid
← Browse all UX Glossary terms