Skip to content

Instantly share code, notes, and snippets.

@dpfrakes
Created December 7, 2017 16:33
Show Gist options
  • Save dpfrakes/a5958b940f6a045d7bfc048b4c29fdcf to your computer and use it in GitHub Desktop.
Save dpfrakes/a5958b940f6a045d7bfc048b4c29fdcf to your computer and use it in GitHub Desktop.
// Sass map of social platform primary colors
// @see https://brandcolors.net/
$social-colors: (
facebook: #3b5998,
twitter: #1da1f2,
instagram: #405de6,
googleplus: #dd4b39,
linkedin: #0077b5,
pinterest: #bd081c,
vk: #45668e,
tumblr: #35465c,
reddit: #ff4500,
stumbleupon: #eb4924,
whatsapp: #25d366,
telegram: #0088cc,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment