Skip to content

Instantly share code, notes, and snippets.

@AlexBezuska
Created March 27, 2014 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexBezuska/9818857 to your computer and use it in GitHub Desktop.
Save AlexBezuska/9818857 to your computer and use it in GitHub Desktop.
/* MDP Color Pack */
$reports-light-blue: rgba( 94,125,172,1);
$reports-blue: rgba( 74,108,158,1);
$light-grey-blue: rgba( 70, 91,113,1);
$grey-blue: rgba( 58, 78, 99,1);
$mortenson-blue: rgba( 24, 79,166,1);
$make-it-grey: rgba( 70, 70, 70,1);
$dark-grey: rgba( 70, 70, 70,1);
$not-black: rgba( 27, 29, 30,1);
$black: rgba( 0, 0, 0,1);
$cool-grey: rgba(138,135,128,1);
$bg-grey: rgba(182,183,188,1);
$light-grey: rgba(236,236,236,1);
$grid-grey: rgba(217,217,217,1);
$trelloblue: rgba( 32, 92,126,1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment