🎨 Use this gradient for a lively, energetic design.
💡 The name 'Kye Meh' is Burmese, meaning 'unexpected'. This gradient surely brings an unexpected charm!
/* Kye Meh CSS Linear Gradient Background */
.gradient {
background: #8360c3;
background: linear-gradient(
to right,
#8360c3,#2ebf91
);
}/* Kye Meh TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#8360c3] to-[#2ebf91]"></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.