๐จ Great for highlighting autumn or gothic themes.
๐ก This gradient mimics the colors seen in a blackberry bush during fall.
/* Influenza CSS Linear Gradient Background */
.gradient {
background: #C04848;
background: linear-gradient(
to right,
#C04848,#480048
);
}
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.