5-step gradient: Very light magenta (#ff99ff) to Strong cyan (#009999).

RGB Gradient: Very light magenta to Strong cyan

Spot colors

 
 
 
 
 
#ff99ff #bf99e5 #7f99cc #3f99b2 #009999

Linear gradient

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

HSV Clockwise Gradient: Very light magenta to Strong cyan

Spot colors

 
 
 
 
 
#ff99ff #e56767 #cccc3d #1ab21a #009999

Linear gradient

CSS
background-image: linear-gradient(135deg, #ff99ff, #e56767, #cccc3d, #1ab21a, #009999);
Output

HSV Counterclockwise Gradient: Very light magenta to Strong cyan

Spot colors

 
 
 
 
 
#ff99ff #a667e5 #3d3dcc #1a66b2 #009999

Linear gradient

CSS
background-image: linear-gradient(135deg, #ff99ff, #a667e5, #3d3dcc, #1a66b2, #009999);
Output