๐จ Mix and match these vibrant colors to create a refreshing and playful look.
๐ก The combination of turquoise, lavender, and pink creates a harmonious gradient that is reminiscent of a tropical sunset.
/* Sea Lord CSS Linear Gradient Background */
.gradient {
background: #2CD8D5;
background: linear-gradient(
to right,
#2CD8D5,#C5C1FF,#FFBAC3
);
}
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.