5-step gradient: White (#ffffff) to Strong cyan (#009999).

RGB Gradient: White to Strong cyan

Spot colors

 
 
 
 
 
#ffffff #bfe5e5 #7fcccc #3fb2b2 #009999

Linear gradient

CSS
background-image: linear-gradient(135deg, #ffffff, #009999);
Output

HSV Clockwise Gradient: White to Strong cyan

Spot colors

 
 
 
 
 
#ffffff #e5d7ac #99cc66 #2cb24e #009999

Linear gradient

CSS
background-image: linear-gradient(135deg, #ffffff, #e5d7ac, #99cc66, #2cb24e, #009999);
Output

HSV Counterclockwise Gradient: White to Strong cyan

Spot colors

 
 
 
 
 
#ffffff #e5acd7 #9966cc #2c4eb2 #009999

Linear gradient

CSS
background-image: linear-gradient(135deg, #ffffff, #e5acd7, #9966cc, #2c4eb2, #009999);
Output