๐จ 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
);
}
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.