5-step gradient: Very light blue (#9999ff) to Luminous vivid cyan (#00ffff).

RGB Gradient: Very light blue to Luminous vivid cyan

Spot colors

 
 
 
 
 
#9999ff #72b2ff #4cccff #26e5ff #00ffff

Linear gradient

CSS
background-image: linear-gradient(135deg, #9999ff, #00ffff);
Output

HSV Clockwise Gradient: Very light blue to Luminous vivid cyan

Spot colors

 
 
 
 
 
#9999ff #ff72db #ffa54c #5cff26 #00ffff

Linear gradient

CSS
background-image: linear-gradient(135deg, #9999ff, #ff72db, #ffa54c, #5cff26, #00ffff);
Output

HSV Counterclockwise Gradient: Very light blue to Luminous vivid cyan

Spot colors

 
 
 
 
 
#9999ff #7295ff #4ca5ff #26c8ff #00ffff

Linear gradient

CSS
background-image: linear-gradient(135deg, #9999ff, #7295ff, #4ca5ff, #26c8ff, #00ffff);
Output