Molten Ring Gradient

Conic sweep from near-black through crimson to blazing orange.
Open in the gradient generator →

Color Stops

#1A0000
#B71C1C
#FF6F00
#1A0000

Molten Ring CSS Code

HEX Copy
background: #1A0000;
background: conic-gradient(from 180deg, #1A0000 0%, #B71C1C 33%, #FF6F00 67%, #1A0000 100%);
RGBA Copy
background: rgba(26, 0, 0, 1.0);
background: conic-gradient(from 180deg, rgba(26, 0, 0, 1.0) 0%, rgba(183, 28, 28, 1.0) 33%, rgba(255, 111, 0, 1.0) 67%, rgba(26, 0, 0, 1.0) 100%);
HSLA Copy
background: hsla(0, 100%, 5%, 1.0);
background: conic-gradient(from 180deg, hsla(0, 100%, 5%, 1.0) 0%, hsla(0, 73%, 41%, 1.0) 33%, hsla(26, 100%, 50%, 1.0) 67%, hsla(0, 100%, 5%, 1.0) 100%);

More Gradient Presets

FAQ

What is the Molten Ring gradient?

Conic sweep from near-black through crimson to blazing orange.

What's the CSS code for the Molten Ring gradient?

Use background: conic-gradient(from 180deg, #1A0000 0%, #B71C1C 33%, #FF6F00 67%, #1A0000 100%);. RGBA and HSLA versions are also available on this page.

Generate a Gradient

Start your own gradient →