Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@lesterchan
Last active August 29, 2015 14:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lesterchan/27eeb628c908861c54b2 to your computer and use it in GitHub Desktop.
Save lesterchan/27eeb628c908861c54b2 to your computer and use it in GitHub Desktop.
Social Media Colors
.color-pinterest {
color: #cb2027;
}
.color-facebook {
color: #3b5998;
}
.color-twitter {
color: #00aced;
}
.color-vimeo {
color: #45bbff;
}
.color-tumblr {
color: #32506d;
}
.color-youtube {
color: #bb0000;
}
.color-linkedin {
color: #007bb5;
}
.color-google-plus {
color: #dd4b39;
}
.color-foursquare {
color: #0072b1;
}
.color-instagram {
color: #517fa4;
}
.color-flickr {
color: #0063dc;
}
.color-rss {
color: #f26522;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment