🎨 Great for nature-themed designs.
💡 This gradient is inspired by the lush landscapes of the Rio Grande.
/* Parklife CSS Linear Gradient Background */
.gradient {
background: #ADD100;
background: linear-gradient(
to right,
#ADD100,#7B920A
);
}/* Parklife TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#ADD100] to-[#7B920A]"></div>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.