๐จ Use this gradient for a calming, natural aesthetic.
๐ก This gradient is reminiscent of a foggy morning in a Pacific island forest.
/* Sage Persuasion CSS Linear Gradient Background */
.gradient {
background: #CCCCB2;
background: linear-gradient(
to right,
#CCCCB2,#757519
);
}
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.