🎨 Use this gradient to create a soft and elegant look.
💡 The colors in this gradient were inspired by the beautiful landscapes of Ladoga and Tasman.
/* Ladoga Bottom CSS Linear Gradient Background */
.gradient {
background: #ebc0fd;
background: linear-gradient(
to right,
#ebc0fd,#d9ded8
);
}/* Ladoga Bottom TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#ebc0fd] to-[#d9ded8]"></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.