๐จ Great for outdoor-themed designs.
๐ก This gradient is reminiscent of army camouflage, used for concealment in nature.
/* Army CSS Linear Gradient Background */
.gradient {
background: #414d0b;
background: linear-gradient(
to right,
#414d0b,#727a17
);
}
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.