@import "mixins";

.swatch {
    font-size: $font-size-larger;
    line-height: $swatch-line-height;
    text-align: center;
    text-shadow: $swatch-text-shadow;
}

.labeled-swatch-color-primary-dark {
    @include swatch-with-label($color-primary-dark);
}

.labeled-swatch-color-primary-dark-shadow {
    @include swatch-with-label($color-primary-dark-shadow);
}

.labeled-swatch-color-primary-medium {
    @include swatch-with-label($color-primary-medium);
}

.labeled-swatch-color-primary-medium-300 {
    @include swatch-with-label($color-primary-medium-300);
}

.labeled-swatch-color-primary-medium-400 {
    @include swatch-with-label($color-primary-medium-400);
}

.labeled-swatch-color-primary-medium-500 {
    @include swatch-with-label($color-primary-medium-500);
}

.labeled-swatch-color-primary-medium-light {
    @include swatch-with-label($color-primary-medium-light);
}

.labeled-swatch-color-primary-light {
    @include swatch-with-label($color-primary-light);
}

.labeled-swatch-color-secondary-medium {
    @include swatch-with-label($color-secondary-medium);
}

.labeled-swatch-color-secondary-light {
    @include swatch-with-label($color-secondary-light);
}

.labeled-swatch-color-primary-sky-blue-medium {
    @include swatch-with-label($color-primary-sky-blue-medium);
}

.labeled-swatch-color-primary-sky-blue-light {
    @include swatch-with-label($color-primary-sky-blue-light);
}

.labeled-swatch-color-tomato {
    @include swatch-with-label($color-tomato);
}

.labeled-swatch-color-tomato-300 {
    @include swatch-with-label($color-tomato-300);
}

.labeled-swatch-color-tomato-400 {
    @include swatch-with-label($color-tomato-400);
}

.labeled-swatch-color-tomato-500 {
    @include swatch-with-label($color-tomato-500);
}

.labeled-swatch-color-kelley-green {
    @include swatch-with-label($color-kelley-green);
}

.labeled-swatch-color-kelley-green-300 {
    @include swatch-with-label($color-kelley-green-300);
}

.labeled-swatch-color-kelley-green-400 {
    @include swatch-with-label($color-kelley-green-400);
}

.labeled-swatch-color-kelley-green-500 {
    @include swatch-with-label($color-kelley-green-500);
}

.labeled-swatch-color-marigold {
    @include swatch-with-label($color-marigold);
}

.labeled-swatch-color-marigold-300 {
    @include swatch-with-label($color-marigold-300);
}

.labeled-swatch-color-marigold-400 {
    @include swatch-with-label($color-marigold-400);
}

.labeled-swatch-color-marigold-500 {
    @include swatch-with-label($color-marigold-500);
}

.labeled-swatch-color-base-0 {
    @include swatch-with-label($color-base-0);
}

.labeled-swatch-color-base-20 {
    @include swatch-with-label($color-base-20);
}

.labeled-swatch-color-base-30 {
    @include swatch-with-label($color-base-30);
}

.labeled-swatch-color-base-40 {
    @include swatch-with-label($color-base-40);
}

.labeled-swatch-color-base-50 {
    @include swatch-with-label($color-base-50);
}

.labeled-swatch-color-base-60 {
    @include swatch-with-label($color-base-60);
}

.labeled-swatch-color-base-70 {
    @include swatch-with-label($color-base-70);
}

.labeled-swatch-color-base-80 {
    @include swatch-with-label($color-base-80);
}

.labeled-swatch-color-base-90 {
    @include swatch-with-label($color-base-90);
}

.labeled-swatch-color-base-100 {
    @include swatch-with-label($color-base-100);
}

.labeled-swatch-color-attention-error {
    @include swatch-with-label($color-attention-error);
}

.labeled-swatch-color-text-default {
    @include swatch-with-label($color-text-default);
}
.labeled-swatch-color-text-disabled {
    @include swatch-with-label($color-text-disabled);
}
.labeled-swatch-color-text-link {
    @include swatch-with-label($color-text-link);
}

.labeled-swatch-color-text-dark {
    @include swatch-with-label($color-text-dark);
}
.labeled-swatch-color-text-medium {
    @include swatch-with-label($color-text-medium);
}
.labeled-swatch-color-text-light {
    @include swatch-with-label($color-text-light);
}
.labeled-swatch-color-text-white {
    @include swatch-with-label($color-text-white);
}
.labeled-swatch-color-text-accent-light {
    @include swatch-with-label($color-text-accent-light);
}
.labeled-swatch-color-text-accent-medium {
    @include swatch-with-label($color-text-accent-medium);
}
.labeled-swatch-color-text-accent-dark {
    @include swatch-with-label($color-text-accent-dark);
}
.labeled-swatch-color-status-notstarted {
    @include swatch-with-label($color-status-notstarted);
}
.labeled-swatch-color-status-notstarted-light {
    @include swatch-with-label($color-status-notstarted-light);
}
.labeled-swatch-color-status-inprogress {
    @include swatch-with-label($color-status-inprogress);
}
.labeled-swatch-color-status-inprogress-light {
    @include swatch-with-label($color-status-inprogress-light);
}
.labeled-swatch-color-status-onhold {
    @include swatch-with-label($color-status-onhold);
}
.labeled-swatch-color-status-onhold-light {
    @include swatch-with-label($color-status-onhold-light);
}
.labeled-swatch-color-status-overdue {
    @include swatch-with-label($color-status-overdue);
}
.labeled-swatch-color-status-overdue-light {
    @include swatch-with-label($color-status-overdue-light);
}
.labeled-swatch-color-status-complete {
    @include swatch-with-label($color-status-complete);
}
.labeled-swatch-color-status-complete-light {
    @include swatch-with-label($color-status-complete-light);
}

.labeled-swatch-color-primary-dark-05-over-white {
    @include swatch-with-label($color-primary-dark-05-over-white);
}

.labeled-swatch-color-primary-dark-08-over-white {
    @include swatch-with-label($color-primary-dark-08-over-white);
}

.labeled-swatch-color-primary-dark-24-over-white {
    @include swatch-with-label($color-primary-dark-24-over-white);
}

.labeled-swatch-color-primary-light-40-over-white {
    @include swatch-with-label($color-primary-light-40-over-white);
}

.labeled-swatch-color-primary-light-56-over-white {
    @include swatch-with-label($color-primary-light-56-over-white);
}

.labeled-swatch-color-primary-dark-40-over-white {
    @include swatch-with-label($color-primary-dark-40-over-white);
}

.labeled-swatch-color-primary-dark-05 {
    @include swatch-with-label($color-primary-dark-05);
}

.labeled-swatch-color-primary-dark-08 {
    @include swatch-with-label($color-primary-dark-08);
}

.labeled-swatch-color-primary-dark-24 {
    @include swatch-with-label($color-primary-dark-24);
}

.labeled-swatch-color-primary-dark-40 {
    @include swatch-with-label($color-primary-dark-40);
}

.labeled-swatch-color-primary-dark-48 {
    @include swatch-with-label($color-primary-dark-48);
}

.labeled-swatch-color-primary-medium-48 {
    @include swatch-with-label($color-primary-medium-48);
}

.labeled-swatch-color-primary-medium-40 {
    @include swatch-with-label($color-primary-medium-40);
}

.labeled-swatch-color-primary-medium-light-56 {
    @include swatch-with-label($color-primary-medium-light-56);
}

.labeled-swatch-color-primary-light-40 {
    @include swatch-with-label($color-primary-light-40);
}

.labeled-swatch-color-primary-light-54 {
    @include swatch-with-label($color-primary-light-54);
}

.labeled-swatch-color-primary-sky-blue-light-60 {
    @include swatch-with-label($color-primary-sky-blue-light-60);
}

.labeled-swatch-color-tomato-48 {
    @include swatch-with-label($color-tomato-48);
}

.labeled-swatch-color-tomato-08 {
    @include swatch-with-label($color-tomato-08);
}

.labeled-swatch-color-kelley-green-48 {
    @include swatch-with-label($color-kelley-green-48);
}

.labeled-swatch-color-kelley-green-08 {
    @include swatch-with-label($color-kelley-green-08);
}

.labeled-swatch-color-marigold-48 {
    @include swatch-with-label($color-marigold-48);
}

.labeled-swatch-color-marigold-08 {
    @include swatch-with-label($color-marigold-08);
}

.labeled-swatch-color-base-90-40 {
    @include swatch-with-label($color-base-90-40);
}
