๐จ Mix and match these colors to create a soft and elegant gradient for your designs.
๐ก This color scheme was inspired by a romantic sunset over a steel gray ocean.
/* Soft Cherish CSS Linear Gradient Background */
.gradient {
background: #dbdcd7;
background: linear-gradient(
to right,
#dbdcd7,#dddcd7,#e2c9cc,#e7627d,#b8235a,#801357,#3d1635,#1c1a27
);
}
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.