Skip to content

Instantly share code, notes, and snippets.

View justingrady's full-sized avatar

Justin Grady justingrady

View GitHub Profile
@justingrady
justingrady / _vars-social-colors.scss
Last active December 9, 2015 20:55 — forked from koycarraway/_vars-social-colors.scss
Sass color variables for popular brands and social media.
// Social Colors
// 'put socialcolor-' as to 'namespace' the variable
// ====================================================================
$socialcolor-facebook : hsla(222, 47%, 40%, 1); // #365397
$socialcolor-twitter : hsla(198, 100%, 47%, 1); // #00a9f1
$socialcolor-linkedin : hsla(203, 100%, 35%, 1); // #006db3
$socialcolor-apple : hsla(0, 0%, 45%, 1); // #737373
$socialcolor-google : hsla(217, 89%, 61%, 1); // #4285f4