5-step gradient: Very light magenta (#ff99ff) to White (#ffffff).

RGB Gradient: Very light magenta to White

Spot colors

 
 
 
 
 
#ff99ff #ffb2ff #ffccff #ffe5ff #ffffff

Linear gradient

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

HSV Clockwise Gradient: Very light magenta to White

Spot colors

 
 
 
 
 
#ff99ff #ffb2eb #ffcce5 #ffe5eb #ffffff

Linear gradient

CSS
background-image: linear-gradient(135deg, #ff99ff, #ffb2eb, #ffcce5, #ffe5eb, #ffffff);
Output

HSV Counterclockwise Gradient: Very light magenta to White

Spot colors

 
 
 
 
 
#ff99ff #b2c5ff #ccffe5 #f8ffe5 #ffffff

Linear gradient

CSS
background-image: linear-gradient(135deg, #ff99ff, #b2c5ff, #ccffe5, #f8ffe5, #ffffff);
Output