/*. BACKGROUNDS  */

/*. freq use  */
.color_lightgrey{
    background-color: #8d8e98;
}

.color_darkpurple{
    background-color: #2C123B;
}

/*. rare  */

.color_gradient_pink{
        background: linear-gradient(30deg, #FF31D2, #FC9F63);
}








/*. TEXTS  */

.textcolor_white{
    color:#FFFFFF;
}

.textcolor_lightgrey{
    color: #8d8e98;
}

.textcolor_darkpurple{
    color: #2C123B;
}

.textcolor_lightpurple{
    color: #666a81;
}


.textcolor_gradient_pink{
    background: linear-gradient(30deg, #ff69b4, #ffb347, #ffe066);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}