🎨 Try using this gradient for a calming and serene design.
💡 The colors in this gradient were inspired by the beautiful coastal landscapes of New Zealand.
/* Deep Relief CSS Linear Gradient Background */
.gradient {
background: #7085B6;
background: linear-gradient(
to right,
#7085B6,#87A7D9,#DEF3F8
);
}/* Deep Relief TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#7085B6] via-[#87A7D9] to-[#DEF3F8]"></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.