Sorry if you didnt understand the title properly. I have a font awesome icon, which links my social media. I want each icon to have a different color, ive managed to do change the color for all of them, but thats not the case.
This is the icon: <i class="fab fa-twitch fa-2x" aria-hidden="true"></i>
I was wondering how to have 2 classes, like <i class="purple" class="fab fa-twitch fa-2x" aria-hidden="true"></i>
Any idea on how to do this?
Also, my css is:
.purple { color: purple;