Design tokens

Core design elements used across the entire system.

Design tokens are the visual design atoms of the design system — specifically, they are named entities that store visual design attributes. We use them in place of hard-coded values (such as hex values for color or pixel values for spacing) in order to maintain a scalable and consistent visual system for UI development. - [Salesforce]

Colors:

TokensExampleReleasedThemeableSupport
$red #DB28281.0.0Yes
$orange #F2711C1.0.0Yes
$yellow #FBBD081.0.0Yes
$olive #B5CC181.0.0Yes
$green rgb(60, 213, 46)1.0.0Yes
$teal #00B5AD1.0.0Yes
$blue #2185D01.0.0Yes
$violet #6435C91.0.0Yes
$purple #A333C81.0.0Yes
$pink #E039971.0.0Yes
$brown #A5673F1.0.0Yes
$grey #7676761.0.0Yes
$black #1B1C1D1.0.0Yes