๐จ Use this gradient to create a refreshing and calming atmosphere.
๐ก The color Aquamarine is associated with tranquility and clarity of mind.
/* Tempting Azure CSS Linear Gradient Background */
.gradient {
background: #84fab0;
background: linear-gradient(
to right,
#84fab0,#8fd3f4
);
}
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.