5-step gradient: Light pink (#ff9999) to Strong green (#009900).

RGB Gradient: Light pink to Strong green

Spot colors

 
 
 
 
 
#ff9999 #bf9972 #7f994c #3f9926 #009900

Linear gradient

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

HSV Clockwise Gradient: Light pink to Strong green

Spot colors

 
 
 
 
 
#ff9999 #e5a667 #cbcc3d #66b21a #009900

Linear gradient

CSS
background-image: linear-gradient(135deg, #ff9999, #e5a667, #cbcc3d, #66b21a, #009900);
Output

HSV Counterclockwise Gradient: Light pink to Strong green

Spot colors

 
 
 
 
 
#ff9999 #e567e5 #3d3dcc #1ab2b2 #009900

Linear gradient

CSS
background-image: linear-gradient(135deg, #ff9999, #e567e5, #3d3dcc, #1ab2b2, #009900);
Output