🎨 Great for highlighting important elements in a design.
💡 This gradient is reminiscent of the national colors of Trinidad and Tobago.
/* Blooker20 CSS Linear Gradient Background */
.gradient {
background: #e65c00;
background: linear-gradient(
to right,
#e65c00,#F9D423
);
}/* Blooker20 TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#e65c00] to-[#F9D423]"></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.