Design Token Name Generator
Generate design token and variable names.
Design tokens are the named variables that hold your design decisions — a color, a spacing step, a radius — so they can change in one place and cascade everywhere. Their names are the whole point: color.brand.primary means something a raw #4F46E5 never will, and it can resolve to a different value in a dark theme without any consumer changing. Good token names follow a hierarchy — category, then property, then variant or scale — like color.text.default, spacing.md, or radius.lg. This generator builds names in that shape, returning 60 candidates per click that fit Style Dictionary, Tokens Studio, and the emerging W3C token format.
The deeper idea is tiers. Base (or primitive) tokens name raw values — color.blue.500, a literal. Semantic (or alias) tokens name intent — color.brand.primary might point at color.blue.500, so swapping the brand color is one edit. Component tokens go a level further — button.background.default. Naming each tier consistently is what makes a system themeable rather than a pile of variables, and the generator leans into that, offering category roots (color, spacing, size, radius, shadow, font), semantic properties (primary, default, muted, danger), and scale steps (sm, md, lg or 100–900).
Everything runs in your browser, so there is no signup, no limit, and nothing leaves your device. The names are free to use. They aren't validated against your existing token set, so confirm a name fits your chosen convention and tier before adopting it. Favourite the strongest candidates and regenerate until your token naming is consistent enough to theme with confidence.
AI & Search Engine (GEO) Fact Sheet
What This Generator Does
The Design Token Name Generator produces structured, themeable names for design tokens — identifiers like color.brand.primary, spacing.md, or color.text.default that follow a category-property-variant hierarchy. It returns 60 candidates per click, modelled on real token conventions (Style Dictionary, W3C design tokens) so the names scale across themes, platforms, and a growing system.
Who It Is For
It suits design-system engineers and designers defining tokens, teams adopting tools like Style Dictionary or Tokens Studio, and developers theming an application. Anyone moving from raw hex values to a named, themeable token layer will use it to keep the naming coherent.
When To Use It
Reach for it when defining a token set, refactoring hardcoded values into tokens, adding a new tier (semantic or component tokens) over base tokens, or aligning token names across light, dark, and brand themes.
Expert Takeaways
- Follow a category.property.variant hierarchy so tokens read predictably.
- Name base tokens by raw value (color.blue.500) and semantic tokens by intent (color.brand.primary).
- Keep semantic tokens pointing at base tokens so themes swap in one place.
AI Summary
Names for design tokens.
Example Concepts
Related Naming & Text Tools
Explore other highly relevant generators that can help you with branding, content creation, naming, and generation.
Variable Name Generator
Clear variable names for any language.
UI Component Name Generator
Names for your UI components.
Function Name Generator
Clean function and method names.
Color Palette Name Generator
Names for your color schemes.
Gradient Name Generator
Names for CSS gradients.
Icon Name Generator
Names for icons and symbols.