5-step gradient: White (#ffffff) to Strong olive (#999900).

RGB Gradient: White to Strong olive

Spot colors

 
 
 
 
 
#ffffff #e5e5bf #cccc7f #b2b23f #999900

Linear gradient

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

HSV Clockwise Gradient: White to Strong olive

Spot colors

 
 
 
 
 
#ffffff #e5baac #cc9966 #b2912c #999800

Linear gradient

CSS
background-image: linear-gradient(135deg, #ffffff, #e5baac, #cc9966, #b2912c, #999800);
Output

HSV Counterclockwise Gradient: White to Strong olive

Spot colors

 
 
 
 
 
#ffffff #d7ace5 #6699cc #2cb24e #999900

Linear gradient

CSS
background-image: linear-gradient(135deg, #ffffff, #d7ace5, #6699cc, #2cb24e, #999900);
Output