5-step gradient: White (#ffffff) to Luminous vivid yellow (#ffff00).

RGB Gradient: White to Luminous vivid yellow

Spot colors

 
 
 
 
 
#ffffff #ffffbf #ffff7f #ffff3f #ffff00

Linear gradient

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

HSV Clockwise Gradient: White to Luminous vivid yellow

Spot colors

 
 
 
 
 
#ffffff #ffcfbf #ffbf7f #ffcf3f #fffe00

Linear gradient

CSS
background-image: linear-gradient(135deg, #ffffff, #ffcfbf, #ffbf7f, #ffcf3f, #fffe00);
Output

HSV Counterclockwise Gradient: White to Luminous vivid yellow

Spot colors

 
 
 
 
 
#ffffff #efbfff #7fbfff #3fff6f #ffff00

Linear gradient

CSS
background-image: linear-gradient(135deg, #ffffff, #efbfff, #7fbfff, #3fff6f, #ffff00);
Output