Skip to content

Instantly share code, notes, and snippets.

@addisonhall
Last active April 2, 2017 07:14
Show Gist options
  • Select an option

  • Save addisonhall/e15c03b622eebb6fd5aa to your computer and use it in GitHub Desktop.

Select an option

Save addisonhall/e15c03b622eebb6fd5aa to your computer and use it in GitHub Desktop.
Often-used Font Awesome social media colors
/* Social media fontawesome colors */
a .fa-twitter-square { color: #00aced; }
a .fa-facebook-square { color: #3b5998; }
a .fa-youtube-square { color: #bb0000; }
a .fa-google-plus-square { color: #dd4b39; }
a .fa-linkedin-square { color: #007bb6; }
a .fa-instagram { color: #517fa4; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment