This file contains 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 { |