๐จ Use this gradient for a striking, attention-grabbing effect.
๐ก Alizarin Crimson is a dye that has been used in art for centuries, while Tabasco is a hot sauce brand.
/* YouTube CSS Linear Gradient Background */
.gradient {
background: #e52d27;
background: linear-gradient(
to right,
#e52d27,#b31217
);
}
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.