๐จ Great for a sophisticated, rustic design theme.
๐ก This gradient is reminiscent of the colors found in vintage copper and opium artifacts.
/* Copper CSS Linear Gradient Background */
.gradient {
background: #B79891;
background: linear-gradient(
to right,
#B79891,#94716B
);
}
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.