Unity UI - Color only 1 line

Hi. Is there a way to change only 1 line color in Unity’s UI Text?

You can use the rich text color tag:

https://docs.unity3d.com/Manual/StyledText.html

Eg.:

<color=red>Red text</color>