Skip to content

Instantly share code, notes, and snippets.

@robertpeteuil
Last active September 17, 2017 12: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 robertpeteuil/b607f5219eadc7af7ef9e8e416e3db98 to your computer and use it in GitHub Desktop.
Save robertpeteuil/b607f5219eadc7af7ef9e8e416e3db98 to your computer and use it in GitHub Desktop.
Social Media Site colors in less and CSS formats
This Gist contains the SOCIAL media SITE COLORS IN LESS AND CSS formats in seperate files.
/* Social Media Brand Colors
twitter: #00aced rgb(0, 172, 237)
facebook: #3b5998 rgb(59, 89, 152)
googleplus: #dd4b39 rgb(221, 75, 57)
pinterest: #cb2027 rgb(203, 32, 39)
linkedin: #007bb6 rgb(0, 123, 182)
youtube: #bb0000 rgb(187, 0, 0)
vimeo: #1ab7ea rgb(26, 183, 234)
tumblr: #32506d rgb(50, 80, 109)
instagram: #bc2a8d rgb(188, 42, 141)
flickr: #ff0084 rgb(255, 0, 132)
dribbble: #ea4c89 rgb(234, 76, 137)
quora: #a82400 rgb(168, 36, 0)
foursquare: #0072b1 rgb(0, 114, 177)
forrst: #5B9A68 rgb(91, 154, 104)
vk: #45668e rgb(69, 102, 142)
wordpress: #21759b rgb(33, 117, 155)
stumbleupon: #EB4823 rgb(235, 72, 35)
yahoo: #7B0099 rgb(123, 0, 153)
blogger: #fb8f3d rgb(251, 143, 61)
soundcloud: #ff3a00 rgb(255, 58, 0)
*/
/* LESS / Social Media Brand Colors */
@twitter: #00aced;
@facebook: #3b5998;
@googleplus: #dd4b39;
@pinterest: #cb2027;
@linkedin: #007bb6;
@youtube: #bb0000;
@vimeo: #1ab7ea;
@tumblr: #32506d;
@instagram: #bc2a8d;
@flickr: #ff0084;
@dribbble: #ea4c89;
@quora: #a82400;
@foursquare: #0072b1;
@forrst: #5B9A68;
@vk: #45668e;
@wordpress: #21759b;
@stumbleupon: #EB4823;
@yahoo: #7B0099;
@blogger: #fb8f3d;
@soundcloud: #ff3a00;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment