Warm Lavender Mahogany Color Palette

Discover the beautiful Warm Lavender Mahogany color palette featuring congo brown (#5b393d), tapestry (#a85d7d), melanie (#e1b7d2), tan (#d8b488) and paarl (#9f4b2d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLilac, Lavender, Warm, Soft, Earthy, Elegant, Wood, Warm Lavender 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 Warm Lavender Mahogany palette

Share this palette to:

💻 Warm Lavender Mahogany color palette CSS

/* CSS */
.color-1 {
color: #5b393d;
}
.color-2 {
color: #a85d7d;
}
.color-3 {
color: #e1b7d2;
}
.color-4 {
color: #d8b488;
}
.color-5 {
color: #9f4b2d;
}

/* CSS Variables */
:root {
--color-1: #5b393d;
--color-2: #a85d7d;
--color-3: #e1b7d2;
--color-4: #d8b488;
--color-5: #9f4b2d;
}

🌈 Warm Lavender Mahogany background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b393d, #a85d7d, #e1b7d2, #d8b488, #9f4b2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b393d, #a85d7d, #e1b7d2, #d8b488, #9f4b2d);
}

Warm Lavender Mahogany color palette created on .