CSS Text Color

The color property is used to change the text color.

Preview

Code

<style>
h1{
color:#dc2626;
}
</style>

<h1>Colored Heading</h1>

More CSS Colors Examples (7)