๐จ Use this gradient for attention-grabbing headers or buttons.
๐ก Crimson and Amaranth were both used in ancient times for dyeing textiles.
/* Playing with Reds CSS Linear Gradient Background */
.gradient {
background: #D31027;
background: linear-gradient(
to right,
#D31027,#EA384D
);
}
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.