Skip to content

Instantly share code, notes, and snippets.

@asharirfan
Last active November 11, 2016 14:54
Show Gist options
  • Save asharirfan/fcef528b1bc32ba0a2b6ff1eeb5319d5 to your computer and use it in GitHub Desktop.
Save asharirfan/fcef528b1bc32ba0a2b6ff1eeb5319d5 to your computer and use it in GitHub Desktop.
Variables of brand colors in SASS
/**
* Social Media Colors
*/
$facebook: #3b5998; /* Facebook */
$twitter: #1da1f2; /* Twitter */
$linkedin: #0077b5; /* LinkedIn */
$googleplus: #dd4b39; /* Google+ */
$instagram: #000000; /* Instagram */
$skype: #00aff0; /* Skype */
$youtube: #cd201f; /* YouTube */
$pinterest: #bd081c; /* Pinterest */
$tumblr: #35465c; /* Tumblr */
$rss: #f26522; /* RSS */
$stumbleupon: #eb4924; /* StumbleUpon */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment