🎨 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
);
}/* Beleko TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#ff1e56] via-[#f9c942] to-[#1e90ff]"></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.