The design system provides some colors that can be used globally. Currently they are primarily suited for icons.
You can use these variables in your SCSS files or style blocks:
.element { color: var(--oc-role-icon-folder); }