๐จ Use this gradient for a dramatic, mysterious vibe.
๐ก This gradient is inspired by the colors of the iconic character Dracula.
/* Dracula CSS Linear Gradient Background */
.gradient {
background: #DC2424;
background: linear-gradient(
to right,
#DC2424,#4A569D
);
}
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.