๐จ Use this gradient for beach-themed designs.
๐ก Robin's Egg Blue is named after the color of the eggs laid by the American Robin bird.
/* Socialive CSS Linear Gradient Background */
.gradient {
background: #06beb6;
background: linear-gradient(
to right,
#06beb6,#48b1bf
);
}
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.