๐จ Great for a beach-themed design or calming space.
๐ก This gradient mimics the natural transition from beach sand to deep ocean.
/* Sand to Blue CSS Linear Gradient Background */
.gradient {
background: #3E5151;
background: linear-gradient(
to right,
#3E5151,#DECBA4
);
}
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.