5-step gradient: Light pink (#ff9999) to Very light blue (#9999ff).

RGB Gradient: Light pink to Very light blue

Spot colors

 
 
 
 
 
#ff9999 #e599b2 #cc99cc #b299e5 #9999ff

Linear gradient

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

HSV Clockwise Gradient: Light pink to Very light blue

Spot colors

 
 
 
 
 
#ff9999 #ffff99 #99ff99 #99ffff #9999ff

Linear gradient

CSS
background-image: linear-gradient(135deg, #ff9999, #ffff99, #99ff99, #99ffff, #9999ff);
Output

HSV Counterclockwise Gradient: Light pink to Very light blue

Spot colors

 
 
 
 
 
#ff9999 #ff99cc #ff99ff #cc99ff #9999ff

Linear gradient

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