๐จ Use this gradient for a lively, earthy design.
๐ก Turquoise was among the first gems to be mined, and green often symbolizes renewal.
/* Back To Earth CSS Linear Gradient Background */
.gradient {
background: #00C9FF;
background: linear-gradient(
to right,
#00C9FF,#92FE9D
);
}
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.