🎨 Great for a calming, yet vibrant website theme.
💡 This gradient mimics the colors of a sunset, a daily phenomenon caused by Earth's rotation.
/* Dusk CSS Linear Gradient Background */
.gradient {
background: #2C3E50;
background: linear-gradient(
to right,
#2C3E50,#FD746C
);
}/* Dusk TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#2C3E50] to-[#FD746C]"></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.