5-step gradient: Black (#000000) to Very light yellow (#ffff99).

RGB Gradient: Black to Very light yellow

Spot colors

 
 
 
 
 
#000000 #3f3f26 #7f7f4c #bfbf72 #ffff99

Linear gradient

CSS
background-image: linear-gradient(135deg, #000000, #ffff99);
Output

HSV Clockwise Gradient: Black to Very light yellow

Spot colors

 
 
 
 
 
#000000 #3f3a39 #7f7266 #bfb085 #fffe99

Linear gradient

CSS
background-image: linear-gradient(135deg, #000000, #3f3a39, #7f7266, #bfb085, #fffe99);
Output

HSV Counterclockwise Gradient: Black to Very light yellow

Spot colors

 
 
 
 
 
#000000 #3e393f #66727f #85bf94 #ffff99

Linear gradient

CSS
background-image: linear-gradient(135deg, #000000, #3e393f, #66727f, #85bf94, #ffff99);
Output