๐จ Use this gradient to create a calming and sophisticated atmosphere.
๐ก French Gray is named after the color of the uniforms of the French Army in the early 19th century.
/* Above Clouds CSS Linear Gradient Background */
.gradient {
background: #BDBBBE;
background: linear-gradient(
to right,
#BDBBBE,#9D9EA3
);
}
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.