🎨 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
);
}/* Le Cocktail TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#874da2] to-[#c43a30]"></div>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.