Say I have a boxplot like the one shown below:

I would like to achieve a different coloring:
Fri,SatandSunwould be colored blue;Thurwould be colored redI would like to differentiate hues with a pattern in the box (stripped or something)
I can't find a way to do this manipulation using seaborn palette.
I know I can mess with the boxes of a boxplot in matplotlib directly but seaborn gives me the axes back. How can I get the boxes in this case?