Gradient information

Start color
#e1e5e9 - Light azureish gray
End color
#1e1a16 - Orangeish black
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, #e1e5e9, #b0b2b4, #7f7f7f, #4e4c4a, #1e1a16);

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, #e1e5e9, #a9a5b6, #836f83, #503f44, #1e1a16);

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, #e1e5e9, #a5b6b2, #6f836f, #4c503f, #1e1a16);