๐จ Use this gradient for a natural, calming effect.
๐ก Petrichor is the earthy scent produced when rain falls on dry soil, reflecting this gradient's nature-inspired hues.
/* Petrichor CSS Linear Gradient Background */
.gradient {
background: #666600;
background: linear-gradient(
to right,
#666600,#999966
);
}
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.