Text colours can be applied to text objects or their containers – note that “color” uses the American spelling.
Colours can be one of the 140 websafe colour names:
1 2 3 | h 1 { color : darkblue; } |
Colours can be one of the 16million+ hexadecimal colours:
1 2 3 | h 1 { color : #33CC22 ; } |