🎨 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
);
}/* Above Clouds TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#BDBBBE] to-[#9D9EA3]"></div>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.