๐จ 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
);
}
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.