๐จ Great for nature-themed designs or calming spaces.
๐ก This gradient is reminiscent of a lush forest meeting a clear blue sky.
/* Mild CSS Linear Gradient Background */
.gradient {
background: #67B26F;
background: linear-gradient(
to right,
#67B26F,#4ca2cd
);
}
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.