Created
August 12, 2015 01:16
-
-
Save Aetherpoint/35c3efb449c41e366a41 to your computer and use it in GitHub Desktop.
Handpicked accessible colors for color blindness
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
/* Handpicked accessible colors for color blindness, see https://dribbble.com/shots/1402057-Accessible-Color-Palette */ | |
/* No POSTCSS, SASS or LESS, just CSS */ | |
.yellow { | |
color: #F4D343; | |
} | |
.orange { | |
color: #D77D42; | |
} | |
.maroon { | |
color: #9F3249; | |
} | |
.violet { | |
color: #A54D9B; | |
} | |
.blue { | |
color: #4DBFE6; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment