๐จ Use this gradient to create a refreshing and vibrant design.
๐ก Did you know that aqua is often associated with tranquility and calmness?
/* Aqua Guidance CSS Linear Gradient Background */
.gradient {
background: #007adf;
background: linear-gradient(
to right,
#007adf,#00ecbc
);
}
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.