@each $color, $value in $social-colors {
  .bg-#{$color} {
    background: social-color($color);
  }
}