๐จ Use this gradient to create a calming and serene atmosphere in your designs.
๐ก The colors in this gradient are inspired by the soothing tones of natural landscapes.
/* Full Metal CSS Linear Gradient Background */
.gradient {
background: #D5DEE7;
background: linear-gradient(
to right,
#D5DEE7,#E8EBF2,#E2E7ED
);
}
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.