5-step gradient: Very light green (#99ff99) to Very light magenta (#ff99ff).

RGB Gradient: Very light green to Very light magenta

Spot colors

 
 
 
 
 
#99ff99 #b2e5b2 #cccccc #e5b2e5 #ff99ff

Linear gradient

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

HSV Clockwise Gradient: Very light green to Very light magenta

Spot colors

 
 
 
 
 
#99ff99 #99ffe5 #99ccff #b299ff #ff99ff

Linear gradient

CSS
background-image: linear-gradient(135deg, #99ff99, #99ffe5, #99ccff, #b299ff, #ff99ff);
Output

HSV Counterclockwise Gradient: Very light green to Very light magenta

Spot colors

 
 
 
 
 
#99ff99 #e5ff99 #ffcc99 #ff99b2 #ff99ff

Linear gradient

CSS
background-image: linear-gradient(135deg, #99ff99, #e5ff99, #ffcc99, #ff99b2, #ff99ff);
Output