Skip to content

Instantly share code, notes, and snippets.

@tpoisot
Created June 1, 2018 16:27
Show Gist options
  • Save tpoisot/ad38a5ed789cc549b2140f9688447ccd to your computer and use it in GitHub Desktop.
Save tpoisot/ad38a5ed789cc549b2140f9688447ccd to your computer and use it in GitHub Desktop.
Wong 2011 color blind friendly palette
cbfp = Dict(
:orange => "#e69f00",
:sky_blue => "#56b4e9",
:bluish_green => "#009e73",
:yellow => "#f0e442",
:blue => "#0072b2",
:vermillion => "#d55e00",
:reddish_purple => "#cc79a7"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment