Lavender and Burgundy Color Palette

Discover the beautiful Lavender and Burgundy color palette featuring espresso (#59181d), persian plum (#741b23), solid pink (#913b4b), strikemaster (#9e6179) and bouquet (#a47f9f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Red, Muted, Pink, Earthy, Deep, Autumn, Soft, Vintage 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 and Burgundy palette

Share this palette to:

💻 Lavender and Burgundy color palette CSS

/* CSS */
.color-1 {
color: #59181d;
}
.color-2 {
color: #741b23;
}
.color-3 {
color: #913b4b;
}
.color-4 {
color: #9e6179;
}
.color-5 {
color: #a47f9f;
}

/* CSS Variables */
:root {
--color-1: #59181d;
--color-2: #741b23;
--color-3: #913b4b;
--color-4: #9e6179;
--color-5: #a47f9f;
}

🌈 Lavender and Burgundy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #59181d, #741b23, #913b4b, #9e6179, #a47f9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #59181d, #741b23, #913b4b, #9e6179, #a47f9f);
}

Lavender and Burgundy color palette created on .