/* Common color names */
.text-black {
    color: #000000;
}

.text-white {
    color: #FFFFFF;
}

.text-red {
    color: #FF0000;
}

.text-green {
    color: #008000;
}

.text-blue {
    color: #0000FF;
}

.text-yellow {
    color: #FFFF00;
}

.text-orange {
    color: #FFA500;
}

.text-purple {
    color: #800080;
}

.text-pink {
    color: #FFC0CB;
}

.text-brown {
    color: #A52A2A;
}

.text-gray {
    color: #808080;
}

.text-silver {
    color: #C0C0C0;
}

.text-gold {
    color: #FFD700;
}

.text-cyan {
    color: #00FFFF;
}

.text-magenta {
    color: #FF00FF;
}

.text-lime {
    color: #00FF00;
}

.text-maroon {
    color: #800000;
}

.text-navy {
    color: #000080;
}

.text-olive {
    color: #808000;
}

.text-teal {
    color: #008080;
}

/* Additional shades and variations */
.text-lightgray {
    color: #D3D3D3;
}

.text-darkgray {
    color: #A9A9A9;
}

.text-lightblue {
    color: #ADD8E6;
}

.text-darkblue {
    color: #00008B;
}

.text-lightgreen {
    color: #90EE90;
}

.text-darkgreen {
    color: #006400;
}

.text-lightred {
    color: #FFA07A;
}

.text-darkred {
    color: #8B0000;
}

.text-lightyellow {
    color: #FFD700;
}

.text-darkyellow {
    color: #BDB76B;
}

.text-lightpurple {
    color: #E6E6FA;
}

.text-darkpurple {
    color: #4B0082;
}

.text-lightpink {
    color: #FFB6C1;
}

.text-darkpink {
    color: #FF69B4;
}

.text-lightbrown {
    color: #D2B48C;
}

.text-darkbrown {
    color: #8B4513;
}

.text-lightcyan {
    color: #E0FFFF;
}

.text-darkcyan {
    color: #008B8B;
}

.text-lightmagenta {
    color: #FFB6C1;
}

.text-darkmagenta {
    color: #8B008B;
}

.text-lightlime {
    color: #98FB98;
}

.text-darklime {
    color: #32CD32;
}

.text-lightmaroon {
    color: #B03060;
}

.text-darkmaroon {
    color: #800000;
}

.text-lightnavy {
    color: #4682B4;
}

.text-darknavy {
    color: #000080;
}

.text-lightolive {
    color: #D2B48C;
}

.text-darkolive {
    color: #808000;
}

.text-lightteal {
    color: #008080;
}

.text-darkteal {
    color: #008B8B;
}