🎨 Add a touch of magic to your designs with this vibrant color scheme
💡 The combination of lucky point, persian indigo, and rose creates a mesmerizing gradient that is reminiscent of a mythical sunset
/* Fabled Sunset CSS Linear Gradient Background */
.gradient {
background: #231557;
background: linear-gradient(
to right,
#231557,#44107A,#FF1361
);
}/* Fabled Sunset TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#231557] via-[#44107A] to-[#FF1361]"></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.