๐จ Use this gradient for a cool, calming effect.
๐ก This gradient is inspired by the colors of a serene beach at dawn.
/* Digital Water CSS Linear Gradient Background */
.gradient {
background: #74ebd5;
background: linear-gradient(
to right,
#74ebd5,#ACB6E5
);
}
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.