🎨 Use this gradient for a lively, energetic design.
💡 This gradient is inspired by the colors of a Roman sunset and the vibrancy of hit pink.
/* A Lost Memory CSS Linear Gradient Background */
.gradient {
background: #DE6262;
background: linear-gradient(
to right,
#DE6262,#FFB88C
);
}/* A Lost Memory TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#DE6262] to-[#FFB88C]"></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.