Skip to content

Color palette

The design system provides some colors that can be used globally. Currently they are primarily suited for icons.

Available colors

Color
Name
Value

Usage

You can use these variables in your SCSS files or style blocks:

scss
.element {
  color: var(--oc-role-icon-folder);
}