๐จ Use this gradient for a dramatic, attention-grabbing effect.
๐ก Alizarin Crimson was a dye used in ancient times, symbolizing power and passion.
/* Pure Lust CSS Linear Gradient Background */
.gradient {
background: #333333;
background: linear-gradient(
to right,
#333333,#dd1818
);
}
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.