๐จ Use this gradient for a calming, balanced design.
๐ก Mint Julep is a shade of green, often associated with freshness and Mischka is a soft lavender, symbolizing elegance.
/* Sirius Tamed CSS Linear Gradient Background */
.gradient {
background: #EFEFBB;
background: linear-gradient(
to right,
#EFEFBB,#D4D3DD
);
}
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.