🎨 Use this gradient for a bold, energetic design.
💡 This gradient is inspired by the colors of the cosmos, blending earthly and celestial hues.
/* Cosmic Fusion CSS Linear Gradient Background */
.gradient {
background: #ff00cc;
background: linear-gradient(
to right,
#ff00cc,#333399
);
}/* Cosmic Fusion TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#ff00cc] to-[#333399]"></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.