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

RGB Gradient: Very light green to Very light blue

Spot colors

 
 
 
 
 
#99ff99 #99e5b2 #99cccc #99b2e5 #9999ff

Linear gradient

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

HSV Clockwise Gradient: Very light green to Very light blue

Spot colors

 
 
 
 
 
#99ff99 #99ffcc #99ffff #99ccff #9999ff

Linear gradient

CSS
background-image: linear-gradient(135deg, #99ff99, #99ffcc, #99ffff, #99ccff, #9999ff);
Output

HSV Counterclockwise Gradient: Very light green to Very light blue

Spot colors

 
 
 
 
 
#99ff99 #ffff99 #ff9999 #ff99ff #9999ff

Linear gradient

CSS
background-image: linear-gradient(135deg, #99ff99, #ffff99, #ff9999, #ff99ff, #9999ff);
Output