Design Tokens
Design Systems & Tokens · tokens
Updated 2026-07-28
- Tokens are the smallest decisions in a design system.
- Instead of repeating values:
Bad:
- #3478F6 everywhere.
- 16px everywhere.
Good:
- color.brand.primary.
- spacing.medium.
- Tokens create:
Consistency:
Speed:
- One change updates the system.
Scale:
- Products grow without chaos.
- Every repeated decision should become a token.
Related guides