📪Text Color

.text-{color}

Sets the color of the text.

CSS equivalent: color: {value};

Example usage:

<span class="text-red">This text has red color.</span>

Last updated