I'm trying my build my personal webpage. I want to link to my stack exchange profile in my webpage using stack exchange icon. However the icons in font-awesome are grayscale (not color). I've colored other icons like LinkedIn, ORCID using CSS.
.color-linkedin {
color: #0e76a8;
}
.color-orcid {
color: #a6ce39;
}
But, StackExchange has shades of color. Is there something else that provided colored icon for SE? Or can I color it via CSS?
PS: Any other suggestions are also welcome. My Repository