5-step gradient: Very light yellow (#ffff99) to Strong green (#009900).

RGB Gradient: Very light yellow to Strong green

Spot colors

 
 
 
 
 
#ffff99 #bfe572 #7fcc4c #3fb226 #009900

Linear gradient

CSS
background-image: linear-gradient(135deg, #ffff99, #009900);
Output

HSV Clockwise Gradient: Very light yellow to Strong green

Spot colors

 
 
 
 
 
#fffe99 #c5e567 #84cc3d #40b21a #009900

Linear gradient

CSS
background-image: linear-gradient(135deg, #fffe99, #c5e567, #84cc3d, #40b21a, #009900);
Output

HSV Counterclockwise Gradient: Very light yellow to Strong green

Spot colors

 
 
 
 
 
#ffff99 #e56786 #843dcc #1a8cb2 #009900

Linear gradient

CSS
background-image: linear-gradient(135deg, #ffff99, #e56786, #843dcc, #1a8cb2, #009900);
Output