﻿
.text-bg-pink {
    color: white;
    background-color: #702963;
}

.text-bg-bronze {
    color: white;
    background-color: #CD7F32;
}

.text-bg-dark-light {
    color: white;
    background-color: #3B3C36;
}

.text-bg-lavender {
    color: white;
    background-color: #8E7AB5;
}

.text-bg-mint {
    color: #1A1A1A;
    background-color: #A8E6CF;
}

.text-bg-sky {
    color: #0D1B2A;
    background-color: #A9D6E5;
}

.text-bg-sand {
    color: #3E2723;
    background-color: #EAD2AC;
}

.text-bg-olive {
    color: white;
    background-color: #708D81;
}

.text-bg-clay {
    color: white;
    background-color: #B86B77;
}

.text-bg-mocha {
    color: white;
    background-color: #7B5E57;
}

.text-bg-moss {
    color: white;
    background-color: #6B705C;
}

.text-bg-copper {
    color: white;
    background-color: #B87333;
}

.text-bg-peach {
    color: #3E2723;
    background-color: #FFDAB9;
}

.text-bg-lilac {
    color: white;
    background-color: #9A8C98;
}

.text-bg-powderblue {
    color: #0D1B2A;
    background-color: #B0C4DE;
}

.text-bg-sage {
    color: #2E2E2E;
    background-color: #C8D5B9;
}

.text-bg-rose {
    color: white;
    background-color: #C97A8C;
}

.text-bg-silver {
    color: #1A1A1A;
    background-color: #C0C0C0;
}

.text-bg-charcoal {
    color: white;
    background-color: #36454F;
}

.text-bg-stone {
    color: white;
    background-color: #778899;
}

.text-bg-ash {
    color: #1A1A1A;
    background-color: #D3D3D3;
}

.text-bg-denim {
    color: white;
    background-color: #6A8EAE;
}


