🎨 Use this gradient for a striking contrast in your designs.
💡 This gradient is inspired by Nepal's flag, the only national flag that is not rectangular or square.
/* Nepal CSS Linear Gradient Background */
.gradient {
background: #de6161;
background: linear-gradient(
to right,
#de6161,#2657eb
);
}/* Nepal TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#de6161] to-[#2657eb]"></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.