5-step gradient: Light pink (#ff9999) to Very light magenta (#ff99ff).

RGB Gradient: Light pink to Very light magenta

Spot colors

 
 
 
 
 
#ff9999 #ff99b2 #ff99cc #ff99e5 #ff99ff

Linear gradient

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

HSV Clockwise Gradient: Light pink to Very light magenta

Spot colors

 
 
 
 
 
#ff9999 #e5ff99 #99ffcc #99b2ff #ff99ff

Linear gradient

CSS
background-image: linear-gradient(135deg, #ff9999, #e5ff99, #99ffcc, #99b2ff, #ff99ff);
Output

HSV Counterclockwise Gradient: Light pink to Very light magenta

Spot colors

 
 
 
 
 
#ff9999 #ff99b2 #ff99cc #ff99e5 #ff99ff

Linear gradient

CSS
background-image: linear-gradient(135deg, #ff9999, #ff99b2, #ff99cc, #ff99e5, #ff99ff);
Output