🎨 Use this gradient for a bold, space-themed design.
💡 This gradient is inspired by the colors of a hibiscus flower under a starry night sky.
/* Celestial CSS Linear Gradient Background */
.gradient {
background: #C33764;
background: linear-gradient(
to right,
#C33764,#1D2671
);
}/* Celestial TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#C33764] to-[#1D2671]"></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.