@each $key,
$value in $theme-colors {
    .bg-#{$key} {
        background-color: $value;
    }
}