🎨 Use this gradient for a dramatic, night-themed design.
💡 This gradient is named after the 'witching hour', the time of night when witches are said to be most powerful.
/* Witching Hour CSS Linear Gradient Background */
.gradient {
background: #c31432;
background: linear-gradient(
to right,
#c31432,#240b36
);
}/* Witching Hour TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#c31432] to-[#240b36]"></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.