🎨 Use this gradient for a calming, serene design.
💡 This gradient is inspired by the cool tones of February skies.
/* February Ink CSS Linear Gradient Background */
.gradient {
background: #accbee;
background: linear-gradient(
to right,
#accbee,#e7f0fd
);
}/* February Ink TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#accbee] to-[#e7f0fd]"></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.