๐จ Use this gradient to create a refreshing and vibrant look.
๐ก Did you know that the color aquamarine is associated with tranquility and calmness?
/* Seashore CSS Linear Gradient Background */
.gradient {
background: #209cff;
background: linear-gradient(
to right,
#209cff,#68e0cf
);
}
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.