๐จ Use this gradient for a bold, nature-inspired design.
๐ก This gradient is reminiscent of the night sky and the lush greenery of La Palma, a beautiful island in Spain.
/* Terminal CSS Linear Gradient Background */
.gradient {
background: #000000;
background: linear-gradient(
to right,
#000000,#0f9b0f
);
}
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.