🎨 Great for a lively, energetic design theme.
💡 This gradient is named after Pun Yeta, a mythical creature known for its vibrant colors.
/* Pun Yeta CSS Linear Gradient Background */
.gradient {
background: #108dc7;
background: linear-gradient(
to right,
#108dc7,#ef8e38
);
}/* Pun Yeta TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#108dc7] to-[#ef8e38]"></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.