Gradient information
Start color
#9900ff - Luminous vivid purple
End color
#ffffff - White
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, #ad33ff, #c166ff, #d699ff, #eaccff, #ffffff);
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, #e632ff, #ff66e6, #ff99d2, #ffccda, #ffffff);
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, #3274ff, #66ffda, #a9ff99, #fffacc, #ffffff);