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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Bordeaux Elegance color palette created on .