In the project I'm currently developing, users will have the ability to customize the font color of header titles.
These header titles are styled using values from a cssClass, which includes properties such as font-size, font-color, font-weight, and font-family.
I am exploring whether there is a way to allow for custom font colors directly within the CSS file itself.
One approach I am considering is removing the font-color property from the cssClass and instead utilizing Font-Color in the .aspx page.