๐จ 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
);
}
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.