🎨 Use this gradient to evoke a sense of dramatic change or progression in your design.
💡 This gradient mirrors the natural phenomenon of ice melting into water and then evaporating into the sky.
/* From Ice To Fire CSS Linear Gradient Background */
.gradient {
background: #72C6EF;
background: linear-gradient(
to right,
#72C6EF,#004E8F
);
}/* From Ice To Fire TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#72C6EF] to-[#004E8F]"></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.