web design ui

Design Tokens

The atomic design values (colors, spacing, typography, shadows, motion) stored as platform-agnostic variables that every component in a design system references.

Tokens are the primitive layer that makes a design system a system instead of a collection. Change a token and every component that references it updates automatically. Tokens operate in three levels: global tokens define raw values (color-blue-500), semantic tokens assign meaning (color-primary), and component tokens bind meanings to specific UI elements (button-bg). This layered approach means you can rebrand by changing semantic tokens without touching a single component definition.

Learn more in our full guide: Read the article

Related Terms