css for font colort code example
Example 1: text color css
.class {
color: white;
}
Example 2: font color css
Don't use keywords like green, orange, red or so on because browsers will interpretate them in differen colors. Use rgb or hex instead