๐จ Use this gradient for a bold, modern look.
๐ก Goldenrod is often associated with wealth and prosperity, while Ebony Clay signifies strength.
/* Zenta CSS Linear Gradient Background */
.gradient {
background: #2A2D3E;
background: linear-gradient(
to right,
#2A2D3E,#FECB6E
);
}
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.