🎨 Use this gradient to create a sleek and modern look in your designs.
💡 The combination of black and white in this gradient represents the contrast between light and darkness.
/* Glass Water CSS Linear Gradient Background */
.gradient {
background: #dfe9f3;
background: linear-gradient(
to right,
#dfe9f3,#ffffff
);
}/* Glass Water TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#dfe9f3] to-[#ffffff]"></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.