.text-aureolin {
    color: #FFE600;
}

.text-cadmium-red {
    color: #FF3232;
}

.text-cultured {
    color: #EED216;
}

.text-deepskyblue {
    color: #5FF2FF;
}

.text-eminence {
    color: #F47BFF;
}

.text-goldenrod {
    color: #FFA200;
}

.text-jade {
    color: #30FF00;
}

.text-jet {
    color: #999;
}

.text-nickel {
    color: #CCC;
}

.text-platinum {
    color: #F2F2F2;
}





.is-inverted .text-aureolin {
    color: #FDEE00;
}

.is-inverted .text-cadmium-red {
    color: #E30022;
}

.is-inverted .text-deepskyblue {
    color: #00BFFF;
}

.is-inverted .text-eminence {
    color: #6C3082;
}

.is-inverted .text-goldenrod {
    color: #DAA520;
}

.is-inverted .text-jade {
    color: #30ff00;
}

.is-inverted .text-jet {
    color: #343434;
}

.is-inverted .text-nickel {
    color: #BDBAAE;
}

.is-inverted .text-platinum {
    color: #E5E4E2;
}







.bg-aureolin {
    background-color: #FFE600;
}

.bg-cadmium-red {
    background-color: #FF3232;
}

.bg-cultured {
    background-color: #EED216;
}

.bg-deepskyblue {
    background-color: #5FF2FF;
}

.bg-eminence {
    background-color: #F47BFF;
}

.bg-goldenrod {
    background-color: #FFA200;
}

.bg-jade {
    background-color: #30FF00;
}

.bg-jet {
    background-color: #999;
}

.bg-nickel {
    background-color: #CCC;
}

.bg-platinum {
    background-color: #F2F2F2;
}






.is-inverted .bg-aureolin {
    background-color: #FDEE00;
}

.is-inverted .bg-cadmium-red {
    background-color: #E30022;
}

.is-inverted .bg-deepskyblue {
    background-color: #00BFFF;
}

.is-inverted .bg-eminence {
    background-color: #6C3082;
}

.is-inverted .bg-goldenrod {
    background-color: #DAA520;
}

.is-inverted .bg-jade {
    background-color: #00A86B;
}

.is-inverted .bg-jet {
    background-color: #343434;
}

.is-inverted .bg-nickel {
    background-color: #BDBAAE;
}

.is-inverted .bg-platinum {
    background-color: #E5E4E2;
}







.text-action {
    color: var(--color-action);
}

.text-black {
    color: #000;
}

.text-default {
    color: inherit;
}

.text-primary {
    color: var(--color-primary);
}

.text-white {
    color: #FFF;
}






.bg-action {
    background-color: var(--color-action);
}

.bg-alternate > *:nth-of-type(odd) {
    background-color: #F2F2F2;
}

.bg-alternate > *:nth-of-type(even) {
    background-color: #E7E7E7;
}

.bg-black {
    background-color: #000;
}

.bg-cloud {
    background-color: rgba(140, 140, 140, 0.1);
}

.bg-dark {
    background-color: #B3B3B3;
}

.bg-darkcloud {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-darker {
    background-color: #808080;
}

.bg-darkest {
    background-color: #343434;
}

.bg-default {
    background-color: #FFF;
}

.bg-light {
    background-color: #DCDCDC;
}

.bg-lighter {
    background-color: #EAEAEA;
}

.bg-lightest {
    background-color: #F3F5F7;
}

.bg-oil {
    background-color: #1B1B1B;
}

.bg-primary {
    background-color: var(--color-primary);
}

.bg-white {
    background-color: #FFF;
}

.bg-none {
    background-color: transparent;
}






.is-inverted .text-action,
.is-inverted.text-action {
    color: var(--color-action-inverted);
}

.is-inverted .bg-action,
.is-inverted.bg-action {
    background-color: var(--color-action-inverted);
}

.is-inverted .bg-default,
.is-inverted.bg-default {
    background-color: #000;
}