🎨 Use this gradient to create a calming and serene atmosphere in your designs.
💡 The colors in this gradient are inspired by the beautiful shades of the ocean, evoking a sense of tranquility and peace.
/* Great Whale CSS Linear Gradient Background */
.gradient {
background: #a3bded;
background: linear-gradient(
to right,
#a3bded,#6991c7
);
}/* Great Whale TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#a3bded] to-[#6991c7]"></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.