๐จ Mix and match these vibrant colors to create a bold and eye-catching design.
๐ก The Le Cocktail color scheme was inspired by the vibrant and lively atmosphere of cocktail parties.
/* Le Cocktail CSS Linear Gradient Background */
.gradient {
background: #874da2;
background: linear-gradient(
to right,
#874da2,#c43a30
);
}
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.