Design Tokens
Design tokens are the foundation of a design system — colors, spacing, typography, and radii stored as CSS variables. This outline is in progress — expect a short read until full lessons ship.
Check your understanding
What are design tokens?Show answerHide answer
Answer
Named values for color, spacing, typography, radii, etc. — often CSS variables — that keep UI consistent.Why store tokens as CSS variables?Show answerHide answer
Answer
They theme at runtime, stay shared across components, and avoid hard-coded one-off values.