๐จ Use this gradient for dynamic, youthful designs.
๐ก This gradient combines the power of red, the cheerfulness of yellow, and the calm of blue.
/* Beleko CSS Linear Gradient Background */
.gradient {
background: #ff1e56;
background: linear-gradient(
to right,
#ff1e56,#f9c942,#1e90ff
);
}
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.