5-step gradient: Strong green (#009900) to Very light blue (#9999ff).

RGB Gradient: Strong green to Very light blue

Spot colors

 
 
 
 
 
#009900 #26993f #4c997f #7299bf #9999ff

Linear gradient

CSS
background-image: linear-gradient(135deg, #009900, #9999ff);
Output

HSV Clockwise Gradient: Strong green to Very light blue

Spot colors

 
 
 
 
 
#009900 #1ab266 #3dcccc #67a6e5 #9999ff

Linear gradient

CSS
background-image: linear-gradient(135deg, #009900, #1ab266, #3dcccc, #67a6e5, #9999ff);
Output

HSV Counterclockwise Gradient: Strong green to Very light blue

Spot colors

 
 
 
 
 
#009900 #b2b21a #cc3d3d #e567e5 #9999ff

Linear gradient

CSS
background-image: linear-gradient(135deg, #009900, #b2b21a, #cc3d3d, #e567e5, #9999ff);
Output