I have a asp.net page this asp.net page changes color based on the application area there are 5 application area's each application area has its own color .
I need to change the color of the page based on the application area selected. I need to use lesscss and reuse existing css to change the color .
Is it possible to call a less css class from the html passing it the color based on the applciation area . Or any other way ?
How do i go about this ?