Burgundy Elegance Color Palette

Discover the beautiful Burgundy Elegance color palette featuring tawny port (#6d2c3e), woodsmoke (#0b0c0e), old gold (#d4af35), paarl (#a85f2e) and wine berry (#5b1f27).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Black, Gold, Elegant 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 Burgundy Elegance palette

Share this palette to:

💻 Burgundy Elegance color palette CSS

/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #0b0c0e;
}
.color-3 {
color: #d4af35;
}
.color-4 {
color: #a85f2e;
}
.color-5 {
color: #5b1f27;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #0b0c0e;
--color-3: #d4af35;
--color-4: #a85f2e;
--color-5: #5b1f27;
}

🌈 Burgundy Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #0b0c0e, #d4af35, #a85f2e, #5b1f27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #0b0c0e, #d4af35, #a85f2e, #5b1f27);
}

Burgundy Elegance color palette created on .