@mixin bg-theme-color($color-name) {
  --#{$variable-prefix}bg-opacity: 1;
  background-color: map-get($utilities-bg-colors, $color-name);
}