Design tokens are the atoms of visual design. They define, among other things, color, typography, spaces, edges, corners and shadows of a design, in the form of an entity with a specific nomenclature. These entities are absorbed through the Figma API by the development team and converted into styles usable by all technologies, such as CSS, SASS, IOs, Android, among others.
Design tokens
Benefits
Anatomy
The token name will always start with the symbol “$” followed by category”. The necessary elements will then appear in the order shown in the “Structure” and always separated by “-”:
This modular system allows scalability and clarity in the definition of tokens, facilitating their consistent use throughout the interface.