🎨 Use this gradient for a dramatic effect.
💡 This gradient is reminiscent of a ripe berry against a dark night.
/* The Strain CSS Linear Gradient Background */
.gradient {
background: #870000;
background: linear-gradient(
to right,
#870000,#190A05
);
}/* The Strain TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#870000] to-[#190A05]"></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.