5-step gradient: Luminous vivid magenta (#ff00ff) to White (#ffffff).

RGB Gradient: Luminous vivid magenta to White

Spot colors

 
 
 
 
 
#ff00ff #ff3fff #ff7fff #ffbfff #ffffff

Linear gradient

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

HSV Clockwise Gradient: Luminous vivid magenta to White

Spot colors

 
 
 
 
 
#ff00ff #ff3fcf #ff7fbf #ffbfcf #ffffff

Linear gradient

CSS
background-image: linear-gradient(135deg, #ff00ff, #ff3fcf, #ff7fbf, #ffbfcf, #ffffff);
Output

HSV Counterclockwise Gradient: Luminous vivid magenta to White

Spot colors

 
 
 
 
 
#ff00ff #3f6fff #7fffbf #efffbf #ffffff

Linear gradient

CSS
background-image: linear-gradient(135deg, #ff00ff, #3f6fff, #7fffbf, #efffbf, #ffffff);
Output