I am working on a webpage with multiple elements sharing the same CSS class. I want each element to have a unique background color, but I don't want to create a bloated CSS file. Is there a way to achieve this by adding a parameter in my HTML like class="xyz (something)", and then setting the background-color: (something); in the CSS file?
Any insights or suggestions would be welcome.