๐จ Great for highlighting important UI elements.
๐ก Alizarin Crimson was a dye used in ancient Egypt for royal garments.
/* Sin City Red CSS Linear Gradient Background */
.gradient {
background: #ED213A;
background: linear-gradient(
to right,
#ED213A,#93291E
);
}
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.