🎨 Use this gradient for a warm, nostalgic vibe.
💡 This gradient is inspired by the iconic movie 'Back to the Future'.
/* Back to the Future CSS Linear Gradient Background */
.gradient {
background: #C02425;
background: linear-gradient(
to right,
#C02425,#F0CB35
);
}/* Back to the Future TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#C02425] to-[#F0CB35]"></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.