5-step gradient: Very light blue (#9999ff) to White (#ffffff).

RGB Gradient: Very light blue to White

Spot colors

 
 
 
 
 
#9999ff #b2b2ff #ccccff #e5e5ff #ffffff

Linear gradient

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

HSV Clockwise Gradient: Very light blue to White

Spot colors

 
 
 
 
 
#9999ff #d8b2ff #ffccff #ffe5f2 #ffffff

Linear gradient

CSS
background-image: linear-gradient(135deg, #9999ff, #d8b2ff, #ffccff, #ffe5f2, #ffffff);
Output

HSV Counterclockwise Gradient: Very light blue to White

Spot colors

 
 
 
 
 
#9999ff #b2ffff #ccffcc #ffffe5 #ffffff

Linear gradient

CSS
background-image: linear-gradient(135deg, #9999ff, #b2ffff, #ccffcc, #ffffe5, #ffffff);
Output