5-step gradient: Very light yellow (#ffff99) to Very light green (#99ff99).

RGB Gradient: Very light yellow to Very light green

Spot colors

 
 
 
 
 
#ffff99 #e5ff99 #ccff99 #b2ff99 #99ff99

Linear gradient

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

HSV Clockwise Gradient: Very light yellow to Very light green

Spot colors

 
 
 
 
 
#fffe99 #e5ff99 #ccff99 #b2ff99 #99ff99

Linear gradient

CSS
background-image: linear-gradient(135deg, #fffe99, #e5ff99, #ccff99, #b2ff99, #99ff99);
Output

HSV Counterclockwise Gradient: Very light yellow to Very light green

Spot colors

 
 
 
 
 
#ffff99 #ff99b2 #cc99ff #99e5ff #99ff99

Linear gradient

CSS
background-image: linear-gradient(135deg, #ffff99, #ff99b2, #cc99ff, #99e5ff, #99ff99);
Output