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

RGB Gradient: Very light blue to Strong olive

Spot colors

 
 
 
 
 
#9999ff #9999bf #99997f #99993f #999900

Linear gradient

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

HSV Clockwise Gradient: Very light blue to Strong olive

Spot colors

 
 
 
 
 
#9999ff #c567e5 #cc3d84 #b2401a #999900

Linear gradient

CSS
background-image: linear-gradient(135deg, #9999ff, #c567e5, #cc3d84, #b2401a, #999900);
Output

HSV Counterclockwise Gradient: Very light blue to Strong olive

Spot colors

 
 
 
 
 
#9999ff #67c5e5 #3dcc84 #40b21a #999900

Linear gradient

CSS
background-image: linear-gradient(135deg, #9999ff, #67c5e5, #3dcc84, #40b21a, #999900);
Output