๐จ Great for a fresh, tropical website theme.
๐ก This gradient is inspired by the colors of tropical seas and lagoons.
/* Chitty Chitty Bang Bang CSS Linear Gradient Background */
.gradient {
background: #007991;
background: linear-gradient(
to right,
#007991,#78ffd6
);
}
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.