Skip to content

Instantly share code, notes, and snippets.

@interaminense
Last active February 28, 2018 04:49
Show Gist options
  • Save interaminense/d5b9b838a674f147c608a74adfd1424d to your computer and use it in GitHub Desktop.
Save interaminense/d5b9b838a674f147c608a74adfd1424d to your computer and use it in GitHub Desktop.
Mathematics Color LVLS
$color-belize-hole: #2980b9;
$color-amethyst: #9b59b6;
$color-wet-asphalt: #34495e;
$color-sun-flower: #f1c40f;
$lvls: (
('easy', $color-sun-flower),
('normal', $color-amethyst),
('hard', $color-belize-hole),
('very-hard', $color-wet-asphalt)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment