🎨 Use this gradient for a refreshing, aquatic theme.
💡 This gradient mimics the colors of a coral reef, promoting calmness and creativity.
/* Reef CSS Linear Gradient Background */
.gradient {
background: #00d2ff;
background: linear-gradient(
to right,
#00d2ff,#3a7bd5
);
}/* Reef TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#00d2ff] to-[#3a7bd5]"></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.