Gradient information
Start color
#3f3f3f - Dark gray
End color
#c0c0c0 - Medium gray
Steps
5
RGB Gradient
Spot colors
CSS Gradient Editor
Position
Order
Gradient type
Effect
CSS
/* NOTE: Linear gradients do not center. Therefore I made it slant 72 deg - look for the hidden message! ;) */
background-image: linear-gradient(72deg, #3f3f3f, #5f5f5f, #7f7f7f, #9f9f9f, #c0c0c0);
HSV Clockwise Gradient
Spot colors
CSS Gradient Editor
Position
Order
Gradient type
Effect
CSS
/* NOTE: Linear gradients do not center. Therefore I made it slant 72 deg - look for the hidden message! ;) */
background-image: linear-gradient(72deg, #3f3f3f, #5f5f5f, #7f7f7f, #9f9f9f, #c0c0c0);
HSV Counterclockwise Gradient
Spot colors
CSS Gradient Editor
Position
Order
Gradient type
Effect
CSS
/* NOTE: Linear gradients do not center. Therefore I made it slant 72 deg - look for the hidden message! ;) */
background-image: linear-gradient(72deg, #3f3f3f, #5f5f5f, #7f7f7f, #9f9f9f, #c0c0c0);