# Gradient The `` tag applies a pre-defined gradient preset to text. For more information about creating gradient presets, see the documentation on [Gradient Presets](ColorGradientsPresets.md). The closing `` tag reverts to the TextMesh pro object's original color. **Example:** ``` Apply any gradient preset to your text ``` ![Example image](../images/TMP_RichTextGradient.png)
_Successive gradient tags ended with a closing ``_ **Note:** When you apply a gradient using this tag, it's multiplied by the TextMesh Pro object's current vertex colors. ``` This Light to Dark Green gradient is tinted by the red vertex color ``` ![Example image](../images/TMP_RichTextGradientTinted.png)
_Applying a green gradient to red text_ To apply the pure gradient to a selection of text, you can use a `` tag to "reset" the color to white before applying the gradient. ``` This Light to Dark Green gradient is no longer tinted by the red vertex color ``` ![Example image](../images/TMP_RichTextGradientTintCorrected.png)
_"Resetting" the text's vertex color before applying a gradient_