/* Original Palette */
.color-orange {
    color: #EE7622 !important;
}
.bg-color-orange {
    background-color: #EE7622 !important;
}

.color-dark-grey {
    color: #717271 !important;
}
.bg-color-dark-grey {
    background-color: #717271 !important;
}

.color-pink {
    color: #FE495B !important;
}
.bg-color-pink {
    background-color: #FE495B !important;
}

.color-dark-blue {
    color: #002C73 !important;
}
.bg-color-dark-blue {
    background-color: #002C73 !important;
}

.color-purple {
    color: #712382 !important;
}
.bg-color-purple {
    background-color: #712382 !important;
}

.color-teal {
    color: #56B6B1 !important;
}
.bg-color-teal {
    background-color: #56B6B1 !important;
}

.color-blue {
    color: #005CB8 !important;
}
.bg-color-blue {
    background-color: #005CB8 !important;
}

.color-fresh-green {
    color: #63A70A !important;
}
.bg-color-fresh-green {
    background-color: #63A70A !important;
}

.color-dark-green {
    color: #006E43 !important;
}
.bg-color-dark-green {
    background-color: #006E43 !important;
}

.color-light-grey {
    color: #EEEDEC !important;
}
.bg-color-lighter-grey {
    background-color: #F7F7F7 !important;
}

.color-grey {
    color: #aaa !important;
}

/* New Colors */
.color-soft-coral {
    color: #FF8A80 !important;
}
.bg-color-soft-coral {
    background-color: #FF8A80 !important;
}

.color-mustard-yellow {
    color: #D4A017 !important;
}
.bg-color-mustard-yellow {
    background-color: #D4A017 !important;
}

.color-deep-red {
    color: #A61C3C !important;
}
.bg-color-deep-red {
    background-color: #A61C3C !important;
}

.color-light-blue {
    color: #80C4E9 !important;
}
.bg-color-light-blue {
    background-color: #80C4E9 !important;
}

.color-magenta {
    color: #C71585 !important;
}
.bg-color-magenta {
    background-color: #C71585 !important;
}

.color-slate-blue {
    color: #4A6B8A !important;
}
.bg-color-slate-blue {
    background-color: #4A6B8A !important;
}

.color-warm-beige {
    color: #E8D5B9 !important;
}
.bg-color-warm-beige {
    background-color: #E8D5B9 !important;
}

.color-forest-green {
    color: #2E7D32 !important;
}
.bg-color-forest-green {
    background-color: #2E7D32 !important;
}