🎨 Mix and match these cool tones for a modern and sophisticated look.
💡 The color scheme was inspired by the industrial aesthetic of concrete and metal.
/* Risky Concrete CSS Linear Gradient Background */
.gradient {
background: #c4c5c7;
background: linear-gradient(
to right,
#c4c5c7,#dcdddf,#ebebeb
);
}/* Risky Concrete TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#c4c5c7] via-[#dcdddf] to-[#ebebeb]"></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.