🎨 Use this gradient for a calming, serene design.
💡 This gradient is reminiscent of a foggy morning sky, bringing tranquility to any design.
/* Dirty Fog CSS Linear Gradient Background */
.gradient {
background: #B993D6;
background: linear-gradient(
to right,
#B993D6,#8CA6DB
);
}/* Dirty Fog TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#B993D6] to-[#8CA6DB]"></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.