🎨 Use this gradient for a lively and energetic design.
💡 This gradient is inspired by the colors of the sky between the clouds.
/* Between The Clouds CSS Linear Gradient Background */
.gradient {
background: #73C8A9;
background: linear-gradient(
to right,
#73C8A9,#373B44
);
}/* Between The Clouds TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#73C8A9] to-[#373B44]"></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.