๐จ 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
);
}
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.