Skip to content

Instantly share code, notes, and snippets.

@Aetherpoint
Created August 12, 2015 01:16
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 Aetherpoint/35c3efb449c41e366a41 to your computer and use it in GitHub Desktop.
Save Aetherpoint/35c3efb449c41e366a41 to your computer and use it in GitHub Desktop.
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