🎨 Great for a mysterious, cosmic theme.
💡 This gradient is reminiscent of the twilight hour, where day meets night.
/* Frost CSS Linear Gradient Background */
.gradient {
background: #000428;
background: linear-gradient(
to right,
#000428,#004e92
);
}/* Frost TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#000428] to-[#004e92]"></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.