๐จ Use this gradient for a fresh, beachy design.
๐ก This gradient is inspired by the beautiful beaches of Puerto Rico.
/* Aqualicious CSS Linear Gradient Background */
.gradient {
background: #50C9C3;
background: linear-gradient(
to right,
#50C9C3,#96DEDA
);
}
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.