๐จ Use this gradient to create a refreshing and vibrant visual experience.
๐ก Did you know that the color blue is often associated with calmness and tranquility, while green represents growth and harmony?
/* Visual Blue CSS Linear Gradient Background */
.gradient {
background: #003d4d;
background: linear-gradient(
to right,
#003d4d,#00c996
);
}
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.