๐จ Mix and match these soft pastel shades for a dreamy and calming aesthetic.
๐ก The Peach Sea and Jungle Mist gradient was inspired by a tropical sunset over the ocean.
/* Peach Sea CSS Linear Gradient Background */
.gradient {
background: #E6AE8C;
background: linear-gradient(
to right,
#E6AE8C,#A8CECF
);
}
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.