๐จ Great for a modern, minimalist design.
๐ก This gradient is reminiscent of the colors found in vintage military uniforms.
/* Selenium CSS Linear Gradient Background */
.gradient {
background: #3C3B3F;
background: linear-gradient(
to right,
#3C3B3F,#605C3C
);
}
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.