@each $state in map-keys($theme-colors) {
  .text-bg-#{$state} {
    color: var(--#{$prefix}text-on-#{$state});
    background-color: rgba(var(--#{$prefix}#{$state}-rgb), var(--#{$prefix}bg-opacity, 1)) if($enable-important-utilities, !important, null);
  }
}
