Skip to content

Instantly share code, notes, and snippets.

@elmarti
Created October 30, 2017 08:31
Show Gist options
  • Save elmarti/d3bccb51fd7fe2503331ea06544ec0c3 to your computer and use it in GitHub Desktop.
Save elmarti/d3bccb51fd7fe2503331ea06544ec0c3 to your computer and use it in GitHub Desktop.
Scss variables for http://clrs.cc accessible colour scheme
$navy: #001f3f;
$blue: #0074d9;
$aqua: #7fdbff;
$teal: #39cccc;
$olive: #3d9970;
$green: #2ecc40;
$lime: #01ff70;
$yellow: #ffdc00;
$orange: #ff851b;
$red: #ff4136;
$maroon: #85144b;
$fuchsia: #f012be;
$purple: #b10dc9;
$white: #ffffff;
$silver: #dddddd;
$gray: #aaaaaa;
$black: #111111;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment