/*
 * Background color 
 */
 @each $color, $value in $theme-colors{
    @include bg-variant(".bg-soft-#{$color}", $value);
}