text-color is a typographic attributes that sets the color of a text.
text-color="value"
<!--- or --->
color="value"
where value is one of the accepted color values and the special text colors value:
Coloring paragraph with the component and a couple of words with the itext component
<text color="steelblue">
Steelblue colored paragraph with a <itext color="blue">couple of words in blue</itext>
</text>
Steelblue colored paragraph with a couple of words in blue
The reset color applied on a link will take the color of the text
<text color="#6c757d">
Colored text with a [[?color=reset&underline|reset link]]
</text>
Colored text with a reset link