🎨 Use this gradient for a modern, chic design.
💡 This gradient is inspired by the popular novel '50 Shades of Grey'.
/* 50 Shades of Grey CSS Linear Gradient Background */
.gradient {
background: #bdc3c7;
background: linear-gradient(
to right,
#bdc3c7,#2c3e50
);
}/* 50 Shades of Grey TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#bdc3c7] to-[#2c3e50]"></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.