color: primary (
#ffb5c2
) map.get(variables.$theme-colors, "primary");
color: heading (
#005cdb
) map.get(variables.$theme-colors, "heading");
color: highlight (
#fcd957
) map.get(variables.$theme-colors, "highlight");
color: background (
#78e0ba
) map.get(variables.$theme-colors, "background");
color: signal (
#e32626
) map.get(variables.$theme-colors, "signal");
color: muted (
#abbfad
) map.get(variables.$theme-colors, "muted");
color: lighter (
#e2e9e3
) map.get(variables.$theme-colors, "lighter");
color: canvas (
white
) map.get(variables.$theme-colors, "canvas");
color: base (
#383b33
) map.get(variables.$theme-colors, "base");