Skip to content

Instantly share code, notes, and snippets.

@ksloan
Last active December 29, 2022 17:57
Show Gist options
  • Save ksloan/d1b9ace61fddd2356ebf to your computer and use it in GitHub Desktop.
Save ksloan/d1b9ace61fddd2356ebf to your computer and use it in GitHub Desktop.
CSS Color Definitions for Font-Awesome Social Icons
.fa-facebook, .fa-facebook-square {
color: #3b5998
}
.fa-twitter, .fa-twitter-square {
color: #00aced
}
.fa-google-plus, .fa-google-plus-square {
color: #dd4b39
}
.fa-youtube, .fa-youtube-play, .fa-youtube-square {
color: #bb0000
}
.fa-tumblr, .fa-tumblr-square {
color: #32506d
}
.fa-vine {
color: #00bf8f
}
.fa-flickr {
color: #ff0084
}
.fa-vimeo-square {
color: #aad450
}
.fa-pinterest, .fa-pinterest-square {
color: #cb2027
}
.fa-linkedin, .fa-linkedin-square {
color: #007bb6
}
.fa-instagram {
color: #517fa4;
}
.fa-spotify {
color: #1ED760;
}
@LakkisSari
Copy link

Thanks

@essensian
Copy link

Thank you, that is really helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment