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