// .u-color {
//   @each $hue, $color in $colors {
//     @each $name, $value in $color {
//       &-#{"" + $hue}-#{"" + $name} {
//         @include u-color-properties($value);
//       }
//     }
//   }
// }

@mixin get-color($hue,$type) {
  color: map-get($map: map-get($map: $colors, $key: $hue), $key: $type );
}
