Radioactive Heat Gradient

Click to copy CSS

Radioactive Heat

Linear gradient Mixed tone 0 views

Colors

#F7941E
rgb(247, 148, 30)
hsl(33, 93%, 54%)
#72C6EF
rgb(114, 198, 239)
hsl(200, 80%, 69%)
#00A651
rgb(0, 166, 81)
hsl(149, 100%, 33%)

CSS

background: linear-gradient(90deg, #f7941e 0%, #72c6ef 50%, #00a651 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#f7941e] to-[#00a651]
Inline CSS
style="background: linear-gradient(90deg, #f7941e 0%, #72c6ef 50%, #00a651 100%)"