🎨 Use this gradient to create a calming and serene atmosphere in your designs.
💡 The colors in this gradient were inspired by the beautiful hues found in a magical lake at sunset.
/* Magic Lake CSS Linear Gradient Background */
.gradient {
background: #d5dee7;
background: linear-gradient(
to right,
#d5dee7,#ffafbd,#c9ffbf
);
}/* Magic Lake TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#d5dee7] via-[#ffafbd] to-[#c9ffbf]"></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.