Gradient information
Start color
#00a0ff - Luminous vivid cornflower blue
End color
#ff5f00 - Luminous vivid tangelo
Steps
5
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, #00a0ff, #3f8fbf, #7f7f7f, #bf6f3f, #ff5f00);
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, #009fff, #1f00ff, #de00ff, #ff0060, #ff5f00);
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, #00a0ff, #00ff9e, #20ff00, #dfff00, #ff5f00);