🎨 Great for summer-themed designs.
💡 This gradient is inspired by the colors of a flamingo, an apple, and the Lochmara lake.
/* Telko CSS Linear Gradient Background */
.gradient {
background: #F36222;
background: linear-gradient(
to right,
#F36222,#5CB644,#007FC3
);
}/* Telko TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#F36222] via-[#5CB644] to-[#007FC3]"></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.