5-step gradient: Strong blue (#000099) to Luminous vivid green (#00ff00).

RGB Gradient: Strong blue to Luminous vivid green

Spot colors

 
 
 
 
 
#000099 #003f72 #007f4c #00bf26 #00ff00

Linear gradient

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

HSV Clockwise Gradient: Strong blue to Luminous vivid green

Spot colors

 
 
 
 
 
#000099 #b200b2 #cc0000 #e5e500 #00ff00

Linear gradient

CSS
background-image: linear-gradient(135deg, #000099, #b200b2, #cc0000, #e5e500, #00ff00);
Output

HSV Counterclockwise Gradient: Strong blue to Luminous vivid green

Spot colors

 
 
 
 
 
#000099 #0059b2 #00cccc #00e572 #00ff00

Linear gradient

CSS
background-image: linear-gradient(135deg, #000099, #0059b2, #00cccc, #00e572, #00ff00);
Output