5-step gradient: Very light magenta (#ff99ff) to Strong red (#990000).

RGB Gradient: Very light magenta to Strong red

Spot colors

 
 
 
 
 
#ff99ff #e572bf #cc4c7f #b2263f #990000

Linear gradient

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

HSV Clockwise Gradient: Very light magenta to Strong red

Spot colors

 
 
 
 
 
#ff99ff #e567c5 #cc3d84 #b21a40 #990000

Linear gradient

CSS
background-image: linear-gradient(135deg, #ff99ff, #e567c5, #cc3d84, #b21a40, #990000);
Output

HSV Counterclockwise Gradient: Very light magenta to Strong red

Spot colors

 
 
 
 
 
#ff99ff #6786e5 #3dcc84 #8cb21a #990000

Linear gradient

CSS
background-image: linear-gradient(135deg, #ff99ff, #6786e5, #3dcc84, #8cb21a, #990000);
Output