๐จ Use this gradient to create a calming and elegant atmosphere in your space.
๐ก The Periwinkle Gray color is often associated with tranquility and relaxation.
/* Marble Wall CSS Linear Gradient Background */
.gradient {
background: #bdc2e8;
background: linear-gradient(
to right,
#bdc2e8,#bdc2e8,#e6dee9
);
}
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.