🎨 Use this gradient to add a pop of color and energy to your designs. It's especially effective for outdoor and summer themes.
💡 This gradient's name, Radioactive Heat, is inspired by its vibrant colors that resemble the intensity of radioactivity and the warmth of heat.
/* Radioactive Heat CSS Linear Gradient Background */
.gradient {
background: #F7941E;
background: linear-gradient(
to right,
#F7941E,#72C6EF,#00A651
);
}/* Radioactive Heat TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#F7941E] via-[#72C6EF] to-[#00A651]"></div>You can use this gradient in your UI design in many ways, for example as a background in a tweet, for buttons or as a text gradient.