-
-
Save danielebarbaro/638ea6596439244e4ae53b7766f54dfc to your computer and use it in GitHub Desktop.
CSS Color Definitions for Font-Awesome Social Icons
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment