Trusted by world-class organizations
Innerview — fast insights, stop rewatching interviews
Start for freeTrusted by world-class organizations
Innerview — fast insights, stop rewatching interviews
Start for freeDesign Tokens are the smallest pieces of a design system that store visual design attributes such as colors, fonts, spacing, and other style values in a reusable and consistent way across digital products.
Synonyms: Design Variables, Style Tokens, UI Tokens, Design Attributes

Design Tokens help maintain consistency in product design by ensuring that the same design values are used throughout an application or website. They make it easier to update styles globally without manually changing each instance.
Design Tokens are used by developers and designers to bridge the gap between design and code. They are stored in a format that can be read by design tools and development environments, allowing for seamless updates and synchronization.
Common examples include color codes (e.g., primary blue: #0055FF), font sizes (e.g., heading size: 24px), spacing units (e.g., margin: 16px), and border radius values (e.g., button corners: 4px).