🎨 Mix and match these refreshing colors for a vibrant summer look!
💡 The Mint Green and Bright Turquoise gradient was inspired by the colors of tropical waters and lush greenery.
/* Summer Games CSS Linear Gradient Background */
.gradient {
background: #92fe9d;
background: linear-gradient(
to right,
#92fe9d,#00c9ff
);
}/* Summer Games TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#92fe9d] to-[#00c9ff]"></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.