Skip to content

Instantly share code, notes, and snippets.

View tallys's full-sized avatar

Natalya Shelburne tallys

View GitHub Profile
@tallys
tallys / _color-variables
Created January 30, 2015 22:24
Stop Using Colors at Random
// Color Palette
$blue: #4dabdf;
$orange: #FF9058;
//neutrals
$white : #fff;
$gray : #808080;
$dark-gray: #222;