🎨 Use this gradient for a fresh, invigorating design.
💡 This gradient is named after Harvey, a famous color theorist known for his love of green hues.
/* Harvey CSS Linear Gradient Background */
.gradient {
background: #1f4037;
background: linear-gradient(
to right,
#1f4037,#99f2c8
);
}/* Harvey TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#1f4037] to-[#99f2c8]"></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.