5-step gradient: Very light yellow (#ffff99) to Luminous vivid green (#00ff00).

RGB Gradient: Very light yellow to Luminous vivid green

Spot colors

 
 
 
 
 
#ffff99 #bfff72 #7fff4c #3fff26 #00ff00

Linear gradient

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

HSV Clockwise Gradient: Very light yellow to Luminous vivid green

Spot colors

 
 
 
 
 
#fffe99 #dbff72 #a5ff4c #5cff26 #00ff00

Linear gradient

CSS
background-image: linear-gradient(135deg, #fffe99, #dbff72, #a5ff4c, #5cff26, #00ff00);
Output

HSV Counterclockwise Gradient: Very light yellow to Luminous vivid green

Spot colors

 
 
 
 
 
#ffff99 #ff7295 #a54cff #26c8ff #00ff00

Linear gradient

CSS
background-image: linear-gradient(135deg, #ffff99, #ff7295, #a54cff, #26c8ff, #00ff00);
Output