Table of contents
Theme and semantic tokens
Theme tokens are alias tokens that map a color token to intention. When possible, always use a theme token. Read more about using theme and semantic tokens on our color documentation.
When using color tokens in code, you can access them usingtheme.colors[tokenName]
Color tokens
Static color tokens
Static color tokens hold their value regardless of the current context. To use a static token apply a -static prefix to the color token.