Skip to content

Instantly share code, notes, and snippets.

View Aetherpoint's full-sized avatar

Andrew Johnson Aetherpoint

View GitHub Profile
@Aetherpoint
Aetherpoint / accessiblecolors.css
Created August 12, 2015 01:16
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 {