Color property

color : This property set the foreground color of an element, either a <color> value or the keyword transparent , to make the underlying colors shine through. Note that the value is inherited by the parent if no foreground color is defined. <color> value could be either a name or a numerical RGB specification. The list of keyword color names is : aqua, black, blue, fuschia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white and yellow. Numerical RGB specification is something like #rgb or #rrggbb or rgb(r,g,b).