Skip to content

Instantly share code, notes, and snippets.

@koycarraway
Last active April 7, 2020 05:34
Show Gist options
  • Star 18 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
  • Save koycarraway/5847833 to your computer and use it in GitHub Desktop.
Save koycarraway/5847833 to your computer and use it in GitHub Desktop.
Sass color variables for popular brands and social media.
// Social Colors
// ====================================================================
$facebook_color : hsla(222, 47%, 40%, 1); // #365397
$twitter_color : hsla(198, 100%, 47%, 1); // #00a9f1
$linkedin_color : hsla(203, 100%, 35%, 1); // #006db3
$apple_color : hsla(0, 0%, 45%, 1); // #737373
$google_color : hsla(217, 89%, 61%, 1); // #4285f4
$google_plus_color : hsla(8, 74%, 53%, 1); // #e0452c
$youtube_color : hsla(0, 100%, 60%, 1); // #ff3333
$vimeo_color : hsla(200, 82%, 61%, 1); // #48b6ed
$pinterest_color : hsla(0, 78%, 45%, 1); // #ce1a19
$yelp_color : hsla(5, 100%, 38%, 1); // #c30f00
$dribbble_color : hsla(338, 82%, 60%, 1); // #ed4584
$amazon_color : hsla(36, 100%, 50%, 1); // #ff9700
$ebay_color : hsla(219, 89%, 30%, 1); // #083790
$skype_color : hsla(198, 100%, 48%, 1); // #00acf4
$instagram_color : hsla(208, 46%, 41%, 1); // #396d9a
$dropbox_color : hsla(206, 89%, 46%, 1); // #0d84de
$flickr_color : hsla(334, 100%, 46%, 1); // #ea0066
$github_color : hsla(0, 0%, 18%, 1); // #2f2f2f
$basecamp_color : hsla(121, 38%, 58%, 1); // #6bbd6d
$tumblr_color : hsla(210, 37%, 30%, 1); // #304c68
$foursquare_color : hsla(206, 72%, 45%, 1); // #207dc5
$box_color : hsla(204, 83%, 40%, 1); // #1277bc
@drewlustro
Copy link

thanks

@hayatbiralem
Copy link

Nice :)

@giovannif23
Copy link

Gracias!

@gabrielmedina
Copy link

Thx!!

@thiagohernandez
Copy link

Great job! Thanks!

@Serhansolo
Copy link

Great contribution bro! thanks a bunch! :)

@solepixel
Copy link

👍

@wizardnet972
Copy link

$meduim_color : hsl(108, 62%, 56%, 1); // #64D448

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment