Bordeaux Elegance Color Palette

Discover the beautiful Bordeaux Elegance color palette featuring tawny port (#6d2c3e), turkish rose (#b76c91), tulip tree (#f1b341), brandy (#e1c6a3) and whiskey (#d1a261).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Burgundy, Gold, Vibrant, Feminine 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 Bordeaux Elegance palette

Share this palette to:

๐Ÿ’ป Bordeaux Elegance color palette CSS

/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #b76c91;
}
.color-3 {
color: #f1b341;
}
.color-4 {
color: #e1c6a3;
}
.color-5 {
color: #d1a261;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #b76c91;
--color-3: #f1b341;
--color-4: #e1c6a3;
--color-5: #d1a261;
}

๐ŸŒˆ Bordeaux Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #b76c91, #f1b341, #e1c6a3, #d1a261);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #b76c91, #f1b341, #e1c6a3, #d1a261);
}

Bordeaux Elegance color palette created on .