๐จ Use this gradient for a cozy, intimate design.
๐ก Shiraz, a deep red, is named after the city in Iran known for its wine production.
/* Relaxing red CSS Linear Gradient Background */
.gradient {
background: #fffbd5;
background: linear-gradient(
to right,
#fffbd5,#b20a2c
);
}
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.