Lavender Café Color Palette

Discover the beautiful Lavender Café color palette featuring light wisteria (#bea2d7), melanie (#e9c3e5), french lilac (#f5e3f7), logan (#b19fc6) and trendy pink (#8c5c99).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Lavender, Light, Soft color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • Copy precise HEX codes and RGB values for your designs
  • Adjust its brightness, saturation, and warmth to create new variations
  • Preview UI components to see how colors work in real interfaces
  • Copy CSS code including background gradients and color variables
  • Download the palette
  • Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Lavender Café palette

Share this palette to:

💻 Lavender Café color palette CSS

/* CSS */
.color-1 {
color: #bea2d7;
}
.color-2 {
color: #e9c3e5;
}
.color-3 {
color: #f5e3f7;
}
.color-4 {
color: #b19fc6;
}
.color-5 {
color: #8c5c99;
}

/* CSS Variables */
:root {
--color-1: #bea2d7;
--color-2: #e9c3e5;
--color-3: #f5e3f7;
--color-4: #b19fc6;
--color-5: #8c5c99;
}

🌈 Lavender Café background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bea2d7, #e9c3e5, #f5e3f7, #b19fc6, #8c5c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bea2d7, #e9c3e5, #f5e3f7, #b19fc6, #8c5c99);
}

Lavender Café color palette created on .