Text Color Example

Example changing text color using CSS.

Preview

Code

<p style="color:purple;">This text is purple.</p>
<p style="color:orange;">This text is orange.</p>

More HTML Colors Examples (7)