๐จ 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
);
}
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.