🎨 Use this gradient for a dramatic, high contrast design.
💡 This gradient mimics the natural phenomenon of twilight, a time of day when the sky shows a similar color transition.
/* Predawn CSS Linear Gradient Background */
.gradient {
background: #FFA17F;
background: linear-gradient(
to right,
#FFA17F,#00223E
);
}/* Predawn TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#FFA17F] to-[#00223E]"></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.