.text-red{
    color: #E74148;
}
.text-orange{
    color: #E8512B;
}
.text-darkred{
    color: #8D1818;
}
.text-rose{
    color: #F4ACBA;
}
.text-green{
    color: #00A067;
}
.text-lightgreen{
    color: #77C2A6;
}
.text-darkgreen{
    color: #005533;
}
.text-lightblue{
    color: #95D5F4;
}
.text-darkblue{
    color: #1B3F90;
}
.text-yellow{
    color: #FFCC00;
}
.text-lightbrown{
    color: #BD9E84;
}
.text-grey{
    color: #929197;
}
