๐จ Use this gradient for a warm, intimate design.
๐ก Ming is a traditional Chinese color, while Burnt Umber is a natural brown pigment used in art.
/* Love Couple CSS Linear Gradient Background */
.gradient {
background: #3a6186;
background: linear-gradient(
to right,
#3a6186,#89253e
);
}
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.