Gradient information
Start color
#3a3a3c - Dark bluish gray
End color
#c5c5c3 - 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, #3a3a3c, #5c5c5d, #7f7f7f, #a2a2a1, #c5c5c3);
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, #39393b, #5d5b5e, #807d7f, #a2a0a0, #c5c5c3);
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, #39393b, #5b5d5e, #7d807f, #a0a2a0, #c5c5c3);