The color property allows you to specify the color of text inside an element. You can specify any color in CSS in one of three ways:
- RGB values
- hex Codes
These are six-digit codes that represent the amount of red, green and blue in a color, preceded by a pound or hash '#' sign.
- ** Color names**



