Skip to content

Instantly share code, notes, and snippets.

@dantarion
Created April 17, 2017 23:40
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 dantarion/4e506aa94cff200a5de52edfa2efe7ec to your computer and use it in GitHub Desktop.
Save dantarion/4e506aa94cff200a5de52edfa2efe7ec to your computer and use it in GitHub Desktop.
/* RGB */
$color1: rgba(8, 7, 5, 1);
$color2: rgba(64, 67, 78, 1);
$color3: rgba(170, 0, 0, 1);
$color4: rgba(120, 1, 22, 1);
$color5: rgba(247, 181, 56, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment