๐จ Mix and match with neutral colors for a refreshing look
๐ก The Emerald Sea gradient was inspired by the vibrant colors of the ocean
/* Emerald Sea CSS Linear Gradient Background */
.gradient {
background: #05386b;
background: linear-gradient(
to right,
#05386b,#5cdb95
);
}
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.