🎨 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
);
}/* Chitty Chitty Bang Bang TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#007991] to-[#78ffd6]"></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.