๐จ Great for a bold, dramatic design statement.
๐ก Burnt Sienna is named after the city of Siena, Italy, where the pigment was first produced.
/* Coal CSS Linear Gradient Background */
.gradient {
background: #EB5757;
background: linear-gradient(
to right,
#EB5757,#000000
);
}
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.