Gradient information
Start color
#9900ff - Luminous vivid purple
End color
#99ff00 - Luminous vivid spring bud
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, #9900ff, #9933cc, #996699, #999966, #99cc33, #99ff00);
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, #9800ff, #ff00d6, #ff0047, #ff4700, #ffd600, #99ff00);
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, #9800ff, #000aff, #00adff, #00ffad, #00ff0a, #99ff00);