color bands in cufflinks

I want specific areas in my plot to be orange color and some in green. Please check the image in the link provided. How do i create this plot in python cufflinks?

df.iplot(hspan=[(0,20),(40,60)]) this is giving me a band in red color by default. How do i change the color?