🎨 Use this gradient for a fresh, tropical vibe.
💡 This gradient is inspired by the colors of Puerto Rico's beautiful beaches and forests.
/* Cinnamint CSS Linear Gradient Background */
.gradient {
background: #4AC29A;
background: linear-gradient(
to right,
#4AC29A,#BDFFF3
);
}/* Cinnamint TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#4AC29A] to-[#BDFFF3]"></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.