๐จ Try using this gradient in designs related to nature or water-themed projects. It adds a soothing and calming effect.
๐ก Did you know that the color Aquamarine is associated with the month of March and is believed to bring good luck and protection to those who wear it?
/* Windy CSS Linear Gradient Background */
.gradient {
background: #acb6e5;
background: linear-gradient(
to right,
#acb6e5,#86fde8
);
}
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.