๐จ Great for nature-themed designs or to evoke calmness.
๐ก This gradient mimics the color transition in tropical rainforests, from deep ocean to bright foliage.
/* Under Blue Green CSS Linear Gradient Background */
.gradient {
background: #051937;
background: linear-gradient(
to right,
#051937,#004d7a,#008793,#00bf72,#a8eb12
);
}
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.