5-step gradient: Strong green (#009900) to Very light cyan (#99ffff).

RGB Gradient: Strong green to Very light cyan

Spot colors

 
 
 
 
 
#009900 #26b23f #4ccc7f #72e5bf #99ffff

Linear gradient

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

HSV Clockwise Gradient: Strong green to Very light cyan

Spot colors

 
 
 
 
 
#009900 #1ab240 #3dcc84 #67e5c5 #99ffff

Linear gradient

CSS
background-image: linear-gradient(135deg, #009900, #1ab240, #3dcc84, #67e5c5, #99ffff);
Output

HSV Counterclockwise Gradient: Strong green to Very light cyan

Spot colors

 
 
 
 
 
#009900 #b28c1a #cc3d84 #8667e5 #99ffff

Linear gradient

CSS
background-image: linear-gradient(135deg, #009900, #b28c1a, #cc3d84, #8667e5, #99ffff);
Output