🎨 Use this gradient to create a calming and soothing atmosphere in your designs.
💡 The colors in this gradient were inspired by the beautiful colors of a lavender field and the refreshing mint leaves.
/* Sharpeye Eagle CSS Linear Gradient Background */
.gradient {
background: #9890e3;
background: linear-gradient(
to right,
#9890e3,#b1f4cf
);
}/* Sharpeye Eagle TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#9890e3] to-[#b1f4cf]"></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.