Gradient information
Start color
#00ff99 - Luminous vivid aquamarine
End color
#990000 - Strong red
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, #00ff99, #1ecc7a, #3d995b, #5b663d, #7a331e, #990000);
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, #00ff99, #00a8ea, #0008d6, #7c00c1, #ad0075, #990000);
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, #00ff99, #00ea12, #5ed600, #bac100, #ad5a00, #990000);