5-step gradient: Strong blue (#000099) to Very light magenta (#ff99ff).

RGB Gradient: Strong blue to Very light magenta

Spot colors

 
 
 
 
 
#000099 #3f26b2 #7f4ccc #bf72e5 #ff99ff

Linear gradient

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

HSV Clockwise Gradient: Strong blue to Very light magenta

Spot colors

 
 
 
 
 
#000099 #401ab2 #843dcc #c567e5 #ff99ff

Linear gradient

CSS
background-image: linear-gradient(135deg, #000099, #401ab2, #843dcc, #c567e5, #ff99ff);
Output

HSV Counterclockwise Gradient: Strong blue to Very light magenta

Spot colors

 
 
 
 
 
#000099 #1ab28c #84cc3d #e58667 #ff99ff

Linear gradient

CSS
background-image: linear-gradient(135deg, #000099, #1ab28c, #84cc3d, #e58667, #ff99ff);
Output