CSS Colors
The color property in CSS defines the color of the selected element.
The color can be specified either with names or HEX, RGB, RGBA, HSL, HSLA values.
For example:
Name: DodgerBlue
Hex: #1E90FF
RGB: 30, 144, 255
HSL: 0.58, 1.00, 0.56
Other color names are: Tomato, Orange, Violet, MediumSeaGreen, Gray, Slateblue and more
For example:
The Class selector
This a DodgerBlue color paragraph
The result:
This a dodgerBlue color paragraph