Importing colors
will add the color palette CSS Custom Properties to the document.
Run the demo page to see the full palette. See colors.js for the variable names (i.e. --d2l-color-*
).
<script type="module">
import '@brightspace-ui/core/components/colors/colors.js';
</script>
Looking for an enhancement not listed here? Create a GitHub issue!