Skip to content

Instantly share code, notes, and snippets.

@xmon
Last active June 5, 2017 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xmon/0f6b071701e750b79949e8fedaf12010 to your computer and use it in GitHub Desktop.
Save xmon/0f6b071701e750b79949e8fedaf12010 to your computer and use it in GitHub Desktop.
Social networks colors
/*
* CSS
* Social networks colors
blogger: #fb8f3d rgb(251, 143, 61)
dribbble: #ea4c89 rgb(234, 76, 137)
facebook: #3b5998 rgb(59, 89, 152)
forrst: #5B9A68 rgb(91, 154, 104)
foursquare: #0072b1 rgb(0, 114, 177)
flickr: #ff0084 rgb(255, 0, 132)
googleplus: #dd4b39 rgb(221, 75, 57)
instagram: #bc2a8d rgb(188, 42, 141)
linkedin: #007bb6 rgb(0, 123, 182)
pinterest: #cb2027 rgb(203, 32, 39)
quora: #a82400 rgb(168, 36, 0)
soundcloud: #ff3a00 rgb(255, 58, 0)
stumbleupon: #EB4823 rgb(235, 72, 35)
tumblr: #32506d rgb(50, 80, 109)
twitter: #00aced rgb(0, 172, 237)
vimeo: #1ab7ea rgb(26, 183, 234)
vk: #45668e rgb(69, 102, 142)
wordpress: #21759b rgb(33, 117, 155)
yahoo: #7B0099 rgb(123, 0, 153)
youtube: #bb0000 rgb(187, 0, 0)
spotify: #1ed760 rgb(30, 215, 101)
*/
/*
* LESS
* Social networks colors
*/
@blogger: #fb8f3d;
@dribbble: #ea4c89;
@facebook: #3b5998;
@forrst: #5B9A68;
@foursquare: #0072b1;
@flickr: #ff0084;
@googleplus: #dd4b39;
@instagram: #bc2a8d;
@linkedin: #007bb6;
@pinterest: #cb2027;
@quora: #a82400;
@soundcloud: #ff3a00;
@stumbleupon: #EB4823;
@tumblr: #32506d;
@twitter: #00aced;
@vimeo: #1ab7ea;
@vk: #45668e;
@wordpress: #21759b;
@yahoo: #7B0099;
@youtube: #bb0000;
@spotify: #1ed760;
/*
* SASS
* Social networks colors
*/
$blogger: #fb8f3d;
$dribbble: #ea4c89;
$facebook: #3b5998;
$forrst: #5B9A68;
$foursquare: #0072b1;
$flickr: #ff0084;
$googleplus: #dd4b39;
$instagram: #bc2a8d;
$linkedin: #007bb6;
$pinterest: #cb2027;
$quora: #a82400;
$soundcloud: #ff3a00;
$stumbleupon: #EB4823;
$tumblr: #32506d;
$twitter: #00aced;
$vimeo: #1ab7ea;
$vk: #45668e;
$wordpress: #21759b;
$yahoo: #7B0099;
$youtube: #bb0000;
$spotify: #1ed760;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment