Burgundy Navy Color Palette
Discover the beautiful Burgundy Navy color palette featuring livid brown (#4e2d3e), astronaut (#2b3b6e), blue bayoux (#4d5b80), copper rust (#a04b4b) and fuzzy wuzzy brown (#c25b6c).
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 Burgundy Navy palette
💻 Burgundy Navy color palette CSS
/* CSS */
.color-1 {
color: #4e2d3e;
}
.color-2 {
color: #2b3b6e;
}
.color-3 {
color: #4d5b80;
}
.color-4 {
color: #a04b4b;
}
.color-5 {
color: #c25b6c;
}
/* CSS Variables */
:root {
--color-1: #4e2d3e;
--color-2: #2b3b6e;
--color-3: #4d5b80;
--color-4: #a04b4b;
--color-5: #c25b6c;
} 🌈 Burgundy Navy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e2d3e, #2b3b6e, #4d5b80, #a04b4b, #c25b6c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e2d3e, #2b3b6e, #4d5b80, #a04b4b, #c25b6c);
} 🔗 Explore similar color palettes
Burgundy Navy color palette created on .