5-step gradient: Light pink (#ff9999) to Strong olive (#999900).

RGB Gradient: Light pink to Strong olive

Spot colors

 
 
 
 
 
#ff9999 #e59972 #cc994c #b29926 #999900

Linear gradient

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

HSV Clockwise Gradient: Light pink to Strong olive

Spot colors

 
 
 
 
 
#ff9999 #e58667 #cc843d #b28c1a #999800

Linear gradient

CSS
background-image: linear-gradient(135deg, #ff9999, #e58667, #cc843d, #b28c1a, #999800);
Output

HSV Counterclockwise Gradient: Light pink to Strong olive

Spot colors

 
 
 
 
 
#ff9999 #c567e5 #3d84cc #1ab240 #999900

Linear gradient

CSS
background-image: linear-gradient(135deg, #ff9999, #c567e5, #3d84cc, #1ab240, #999900);
Output