Lava Wheel Gradient

Conic sweep from near-black through crimson and orange into gold.
Open in the gradient generator →

Color Stops

#1A0000
#8B0000
#FF4500
#FFD700
#1A0000

Lava Wheel CSS Code

HEX Copy
background: #1A0000;
background: conic-gradient(from 270deg, #1A0000 0%, #8B0000 25%, #FF4500 50%, #FFD700 75%, #1A0000 100%);
RGBA Copy
background: rgba(26, 0, 0, 1.0);
background: conic-gradient(from 270deg, rgba(26, 0, 0, 1.0) 0%, rgba(139, 0, 0, 1.0) 25%, rgba(255, 69, 0, 1.0) 50%, rgba(255, 215, 0, 1.0) 75%, rgba(26, 0, 0, 1.0) 100%);
HSLA Copy
background: hsla(0, 100%, 5%, 1.0);
background: conic-gradient(from 270deg, hsla(0, 100%, 5%, 1.0) 0%, hsla(0, 100%, 27%, 1.0) 25%, hsla(16, 100%, 50%, 1.0) 50%, hsla(51, 100%, 50%, 1.0) 75%, hsla(0, 100%, 5%, 1.0) 100%);

More Gradient Presets

FAQ

What is the Lava Wheel gradient?

Conic sweep from near-black through crimson and orange into gold.

What's the CSS code for the Lava Wheel gradient?

Use background: conic-gradient(from 270deg, #1A0000 0%, #8B0000 25%, #FF4500 50%, #FFD700 75%, #1A0000 100%);. RGBA and HSLA versions are also available on this page.

Generate a Gradient

Start your own gradient →