5-step gradient: Luminous vivid yellow (#ffff00) to Strong green (#009900).

RGB Gradient: Luminous vivid yellow to Strong green

Spot colors

 
 
 
 
 
#ffff00 #bfe500 #7fcc00 #3fb200 #009900

Linear gradient

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

HSV Clockwise Gradient: Luminous vivid yellow to Strong green

Spot colors

 
 
 
 
 
#fffe00 #ace500 #66cc00 #2cb200 #009900

Linear gradient

CSS
background-image: linear-gradient(135deg, #fffe00, #ace500, #66cc00, #2cb200, #009900);
Output

HSV Counterclockwise Gradient: Luminous vivid yellow to Strong green

Spot colors

 
 
 
 
 
#ffff00 #e50039 #6600cc #0085b2 #009900

Linear gradient

CSS
background-image: linear-gradient(135deg, #ffff00, #e50039, #6600cc, #0085b2, #009900);
Output