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