Gradient information

Start color
#ff0099 - Luminous vivid cerise
End color
#ffff00 - Luminous vivid yellow
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, #ff0099, #ff337a, #ff665b, #ff993d, #ffcc1e, #ffff00);

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, #ff0098, #ff0047, #ff0a00, #ff5b00, #ffad00, #ffff00);

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, #ff0098, #8400ff, #005bff, #00ffc1, #1eff00, #ffff00);