Skip to content

Instantly share code, notes, and snippets.

View AdamStuartClark's full-sized avatar

Adam Clark AdamStuartClark

View GitHub Profile
@inlikealion
inlikealion / color-vars--example.scss
Created February 12, 2014 18:53
Sass color palette function from Erskine:
// http://codepen.io/erskine/pen/wLclB
// config
$_color-base-grey: rgb(229,231,234);
$palettes: (
purple: (
base: rgb(42,40,80),
light: rgb(51,46,140),
dark: rgb(40,38,65)
),
grey: (