5-step gradient: Luminous vivid blue (#0000ff) to Light pink (#ff9999).

RGB Gradient: Luminous vivid blue to Light pink

Spot colors

 
 
 
 
 
#0000ff #3f26e5 #7f4ccc #bf72b2 #ff9999

Linear gradient

CSS
background-image: linear-gradient(135deg, #0000ff, #ff9999);
Output

HSV Clockwise Gradient: Luminous vivid blue to Light pink

Spot colors

 
 
 
 
 
#0000ff #9226ff #ff4cff #ff72b8 #ff9999

Linear gradient

CSS
background-image: linear-gradient(135deg, #0000ff, #9226ff, #ff4cff, #ff72b8, #ff9999);
Output

HSV Counterclockwise Gradient: Luminous vivid blue to Light pink

Spot colors

 
 
 
 
 
#0000ff #26ffff #4cff4c #ffff72 #ff9999

Linear gradient

CSS
background-image: linear-gradient(135deg, #0000ff, #26ffff, #4cff4c, #ffff72, #ff9999);
Output