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

RGB Gradient: Very light yellow to Black

Spot colors

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

Linear gradient

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

HSV Clockwise Gradient: Very light yellow to Black

Spot colors

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

Linear gradient

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

HSV Counterclockwise Gradient: Very light yellow to Black

Spot colors

 
 
 
 
 
#ffff99 #bfb085 #7f7266 #3f3a39 #000000

Linear gradient

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