:root {
    --exo-purple-dark: #222256;
    --exo-pink: #cb6ce6;
    --exo-purple: #7843e6;
    --exo-violet: #9816ff;
    --exo-teal: #31a1a3;
    --exo-pink-dark: #e61f93;
}

.color-1 {
    background: #cb6ce6;
}

.color-2 {
    background: #7843e6;
}

.color-3 {
    background: #222256;
}

.color-4 {
    background: #9816ff;
}

.color-5 {
    background: #31a1a3;
}

.color-6 {
    background: #e61f93;
}

.exo-purple-background {
    background-color: #222256 !important;
}

.exo-purple-color {
    color: #222256 !important;
}