Guide to design tokens for consistent styling in Shaper.
#4F46E5
, applying “Primary” to a button’s background will not only turn it that purple shade, but also ensure the generated code uses the token (so if you update the token, all uses update too).Best Practice: Define your core design tokens at the start of the project – especially primary colors and base spacing. This will make the rest of your design work faster and more consistent. It’s much easier to adjust a token value once (e.g., tweak the brand color shade) than to change dozens of individual elements later.