๐จ Great for minimalist designs and clean aesthetics.
๐ก This gradient is inspired by urban architecture and modern design trends.
/* Zinc CSS Linear Gradient Background */
.gradient {
background: #ADA996;
background: linear-gradient(
to right,
#ADA996,#F2F2F2,#DBDBDB,#EAEAEA
);
}
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.