🎨 Use this gradient to create a refreshing and vibrant look in your designs.
💡 Did you know that the color blue is often associated with calmness and tranquility?
/* Supreme Sky CSS Linear Gradient Background */
.gradient {
background: #D4FFEC;
background: linear-gradient(
to right,
#D4FFEC,#57F2CC,#4596FB
);
}/* Supreme Sky TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#D4FFEC] via-[#57F2CC] to-[#4596FB]"></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.