.tmce-green {
    color: #27a669;
}
.tmce-blue {
    color: #009dbc;
}
.tmce-darkBlue {
    color: #00343e;
}
.tmce-purple {
    color: #9185be;
}
.tmce-yellow {
    color: #f4c900;
}
.tmce-red {
    color: #e7374f;
}
.tmce-darkRed {
    color: #ac283a;
}

.tmce-underline {
    width: 100%;
    position: relative;
}

.tmce-underline::after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    bottom: -10px;
    left: 0;
}
