th is inside tr, hence its not taking the font color.
Here is my solution, Its Not a perfect solution, but will not have to add individual classes .
th:first-child { color: green; } th:nth-child(2) { color: yellow; }
Decimal Hex Char