@import '../../../variables';

@each $name, $color in $colors {
  .c-#{$name} {
    color: $color;
  }
}