Gradient information

Start color
#99ff00 - Luminous vivid spring bud
End color
#0000ff - Luminous vivid blue
Steps
6

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, #99ff00, #7acc33, #5b9966, #3d6699, #1e33cc, #0000ff);

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, #99ff00, #14ff00, #00ff70, #00fff4, #0084ff, #0000ff);

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, #99ff00, #ffb700, #ff0a00, #ff00a3, #ad00ff, #0000ff);