Last active
October 19, 2016 15:35
-
-
Save johno/b3636d077a2c7f91c7545f233e6342cd to your computer and use it in GitHub Desktop.
Favorite combos from https://randoma11y.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.tropical-rain-forest { color: #118661; } | |
.black { color: #090205; } | |
.bg-tropical-rain-forest { background-color: #118661; } | |
.bg-black { background-color: #090205; } | |
/* /////////////////////////////////////// */ | |
.asparagus { color: #71a253; } | |
.black { color: #35141a; } | |
.bg-asparagus { background-color: #71a253; } | |
.bg-black { background-color: #35141a; } | |
/* /////////////////////////////////////// */ | |
.black { color: #0e1b29; } | |
.orange { color: #e4622f; } | |
.bg-black { background-color: #0e1b29; } | |
.bg-orange { background-color: #e4622f; } | |
/* /////////////////////////////////////// */ | |
.purple-heart { color: #4d43d0; } | |
.spring-green { color: #e2f1cc; } | |
.bg-purple-heart { background-color: #4d43d0; } | |
.bg-spring-green { background-color: #e2f1cc; } | |
/* /////////////////////////////////////// */ | |
.cornflower { color: #7bc6ed; } | |
.midnight-blue { color: #27315e; } | |
.bg-cornflower { background-color: #7bc6ed; } | |
.bg-midnight-blue { background-color: #27315e; } | |
/* /////////////////////////////////////// */ | |
.spring-green { color: #c0c996; } | |
.black { color: #21301a; } | |
.bg-spring-green { background-color: #c0c996; } | |
.bg-black { background-color: #21301a; } | |
/* /////////////////////////////////////// */ | |
.vivid-violet { color: #804e99; } | |
.white { color: #f7f1e9; } | |
.bg-vivid-violet { background-color: #804e99; } | |
.bg-white { background-color: #f7f1e9; } | |
/* /////////////////////////////////////// */ | |
.caribbean-green { color: #3cd99f; } | |
.midnight-blue { color: #272849; } | |
.bg-caribbean-green { background-color: #3cd99f; } | |
.bg-midnight-blue { background-color: #272849; } | |
/* /////////////////////////////////////// */ | |
/* /////////////////////////////////////// */ | |
/* /////////////////////////////////////// */ | |
/* /////////////////////////////////////// */ | |
/* /////////////////////////////////////// */ | |
/* /////////////////////////////////////// */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment