5-step gradient: Very light cyan (#99ffff) to Light pink (#ff9999).

RGB Gradient: Very light cyan to Light pink

Spot colors

 
 
 
 
 
#99ffff #b2e5e5 #cccccc #e5b2b2 #ff9999

Linear gradient

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

HSV Clockwise Gradient: Very light cyan to Light pink

Spot colors

 
 
 
 
 
#99ffff #99b2ff #cc99ff #ff99e5 #ff9999

Linear gradient

CSS
background-image: linear-gradient(135deg, #99ffff, #99b2ff, #cc99ff, #ff99e5, #ff9999);
Output

HSV Counterclockwise Gradient: Very light cyan to Light pink

Spot colors

 
 
 
 
 
#99ffff #99ffb2 #ccff99 #ffe599 #ff9999

Linear gradient

CSS
background-image: linear-gradient(135deg, #99ffff, #99ffb2, #ccff99, #ffe599, #ff9999);
Output