Skip to content

Instantly share code, notes, and snippets.

View dandelany's full-sized avatar
🚀
Building software for people who build spaceships

Dan Delany dandelany

🚀
Building software for people who build spaceships
View GitHub Profile
@dandelany
dandelany / materialdesign.less
Created July 8, 2014 19:27
Material Design Colors in LESS
/* colors from Google Material Design
http://www.google.com/design/spec/style/color.html#color-ui-color-palette
*/
@red-50: #fde0dc;
@red-100: #f9bdbb;
@red-200: #f69988;
@red-300: #f36c60;
@red-400: #e84e40;
@red-500: #e51c23;