@charset "UTF-8";
/* CSS Document */

.red{
    background-color: #E13D43;
}

.green{
    background-color: #409F4A;
}

.orange{
    background-color: #DFA248;
}

.blue{
    background-color: #2D9CC9;
}

.purple{
    background-color: #C754B2;
}

.grey{
    background-color: #8DB0BE;
}

.yellow{
    background-color: #D7DD52;
}

/*greys*/

.blue1{
    background-color: #43477B;
}

.blue2{
    background-color: #7A7C91;
}

.blue3{
    background-color: #43477B;
}

.blue4{
    background-color: #A9ABC7;
}

.blue5{
    background-color: #272A48;
}

.blue6{
    background-color: #8DB0BE;
}

.blue7{
    background-color: #6D73C7;
}
