Design Nomenclature / Systems & Spec

Design token

Also called token, design variable, style token

A named, single-source value for a design decision — a colour, a step on a spacing scale, a duration — held in a format that transforms into CSS, iOS, Android, or Figma. The name is the contract; the value is free to change per theme, platform, or density without the name changing.

A two-column comparison. Left, a design token: a named design decision held in one source of truth and transformed out to CSS, iOS, Android, and Figma, where the name is the contract and the value is free to change per theme, platform, or density. Right, a variable: a named value inside a single language or tool, with no contract, no transform step, and no reach beyond it.

In practice

Means a JSON entry to one team and a Figma variable to another, and the two are rarely in sync. Establish which direction generation runs before agreeing anything.

Not to be confused with

How this term connects

BreakpointColorwayDesign systemModular scaleSemantic tokenSpacing scaleVariableDesign token
Related Confused with