๐จ Use this gradient for a striking, attention-grabbing design.
๐ก Alizarin Crimson was a dye used in ancient Egypt for royal garments.
/* Minimal Red CSS Linear Gradient Background */
.gradient {
background: #F00000;
background: linear-gradient(
to right,
#F00000,#DC281E
);
}
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.