With that said, in general you can specify in .css file color property for span. span{ color: Red } But if you want specific span in a div to have a specific color then –
In .css,.someClass { /* properties for the div */ } .someClass span { color: Blue; /* other font properties */ }