5-step gradient: Luminous vivid magenta (#ff00ff) to Light pink (#ff9999).

RGB Gradient: Luminous vivid magenta to Light pink

Spot colors

 
 
 
 
 
#ff00ff #ff26e5 #ff4ccc #ff72b2 #ff9999

Linear gradient

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

HSV Clockwise Gradient: Luminous vivid magenta to Light pink

Spot colors

 
 
 
 
 
#ff00ff #ff26c8 #ff4ca5 #ff7295 #ff9999

Linear gradient

CSS
background-image: linear-gradient(135deg, #ff00ff, #ff26c8, #ff4ca5, #ff7295, #ff9999);
Output

HSV Counterclockwise Gradient: Luminous vivid magenta to Light pink

Spot colors

 
 
 
 
 
#ff00ff #265cff #4cffa5 #dbff72 #ff9999

Linear gradient

CSS
background-image: linear-gradient(135deg, #ff00ff, #265cff, #4cffa5, #dbff72, #ff9999);
Output