๐จ Mix and match these vibrant shades to create a playful and energetic design.
๐ก The combination of turquoise and Danube blue creates a refreshing and calming effect, perfect for a summer-themed project.
/* Happy Acid CSS Linear Gradient Background */
.gradient {
background: #37ecba;
background: linear-gradient(
to right,
#37ecba,#72afd3
);
}
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.