Design tokens are baseline literacy now, not a nice-to-have
Published 22 July 2026 · Source dated 15 January 2025
Design tokens (colour, spacing, radius values defined once and reused everywhere) have moved from 'advanced design systems topic' to expected practice across teams. If you're not naming your values, you're behind the curve.
Design Systems News has been tracking token-based workflows becoming the default way teams manage scale across brands and platforms — colour, spacing, and type defined once as tokens rather than hard-coded per screen. This isn't new tech, but it's now assumed knowledge rather than a specialism.
Penpot's open, standards-based architecture (SVG/CSS under the hood) actually makes tokens easier to reason about than in some closed tools, since the underlying values map more directly to code. That's worth knowing if you're comparing Penpot and Figma for a system-heavy project.
This is established practice, not a trend — the shift already happened, you just need to catch up if you haven't.
Coach
take one component in a Figma or Penpot file and replace three hard-coded values (a colour, a spacing, a radius) with named tokens.
A 2026 comparison piece flags that Penpot now ships a proper design tokens system plus improved component management — a real signal open-source tooling can handle token-based design systems, not just static styles.
hedrick.io ·
Established
Design tokens are now table stakes, not a nice-to-have
Naming styles as tokens (color-bg-primary, not "Blue 3") has moved from best practice to baseline expectation on teams running any kind of design system. This is established practice, not a new fad.
radical.design ·
Established
Design tokens are still the backbone of Material Design
Google's Material Design continues to push token-based theming as the default way to build flexible, on-brand components — it's the clearest real-world example of tokens done at scale. For juniors, understanding tokens beats memorising any one system's components.