web design ui

Design Tokens

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.

Related terms

Keep exploring