Skip to content

Instantly share code, notes, and snippets.

@Aetherpoint
Created August 12, 2015 01:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Handpicked accessible colors for color blindness
/* 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