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

RGB Gradient: Luminous vivid yellow to Very light green

Spot colors

 
 
 
 
 
#ffff00 #e5ff26 #ccff4c #b2ff72 #99ff99

Linear gradient

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

HSV Clockwise Gradient: Luminous vivid yellow to Very light green

Spot colors

 
 
 
 
 
#fffe00 #c8ff26 #a5ff4c #95ff72 #99ff99

Linear gradient

CSS
background-image: linear-gradient(135deg, #fffe00, #c8ff26, #a5ff4c, #95ff72, #99ff99);
Output

HSV Counterclockwise Gradient: Luminous vivid yellow to Very light green

Spot colors

 
 
 
 
 
#ffff00 #ff265c #a54cff #72dbff #99ff99

Linear gradient

CSS
background-image: linear-gradient(135deg, #ffff00, #ff265c, #a54cff, #72dbff, #99ff99);
Output