๐จ Great for a modern, earthy aesthetic.
๐ก Olive Green was first used as a color name in English in 1705.
/* Shifty CSS Linear Gradient Background */
.gradient {
background: #636363;
background: linear-gradient(
to right,
#636363,#a2ab58
);
}
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.