Introduction

The key building block of a modern design system

What are design tokens?

Design tokens are a crucial component of modern design systems, acting as a bridge between design and engineering by converting design decisions into data. These tokens represent small, reusable design values, such as colors, typography, and spacing, with descriptive and easily understandable names that replace static values like hex codes.

tokens

 

 

Theming

At Backbase, design tokens are the primary tool powering the theming capabilities of our products. Since every Backbase-powered app requires a unique visual style, design tokens enable this differentiation. By redefining the design token values, every project can be delivered with a completely different look and feel while reusing the same frontend.

 

Modes

Design tokens also enable multi-dimensional theming, allowing for more flexible and context-sensitive design solutions. Beyond providing a single, cohesive theme aligned with your unique branding, design tokens can be adapted to different contexts, such as light mode and dark mode. This adaptability ensures that your theme remains consistent and effective across various user environments.

 

Tiers & terminology

Backbase design tokens are organized into three tiers, each serving a different purpose:

  1. Primitive tokens: These define raw values for your color palette and scales.
  2. Semantic tokens: These build on primitive ones, defining specific usage of tokens.
  3. Component tokens: The most specific ones, defining parts of individual components.

This structure ensures clarity and consistency in applying design elements across various contexts.

terminology

 

Resources

Below, you can find additional documentation and resources to help you navigate the world of design tokens. The documentation includes guides for engineers and designers, as well as high-level information about our design tokens at Backbase.

 

Semantic tokens

Discover all foundational concepts to get you started with our new semantic tokens architecture.

 

Migration

Learn more about how to migrate to the latest version of our design tokens (semantic tokens).