Dark Red and Blue Color Palette
Discover the beautiful Dark Red and Blue color palette featuring brown rust (#ba5d3b), buccaneer (#5f2b2c), pickled bluewood (#2b3d50), cornflower blue (#4d6ef5) and rajah (#f8c572).
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 Dark Red and Blue palette
💻 Dark Red and Blue color palette CSS
/* CSS */
.color-1 {
color: #ba5d3b;
}
.color-2 {
color: #5f2b2c;
}
.color-3 {
color: #2b3d50;
}
.color-4 {
color: #4d6ef5;
}
.color-5 {
color: #f8c572;
}
/* CSS Variables */
:root {
--color-1: #ba5d3b;
--color-2: #5f2b2c;
--color-3: #2b3d50;
--color-4: #4d6ef5;
--color-5: #f8c572;
} 🌈 Dark Red and Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ba5d3b, #5f2b2c, #2b3d50, #4d6ef5, #f8c572);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ba5d3b, #5f2b2c, #2b3d50, #4d6ef5, #f8c572);
} 🔗 Explore similar color palettes
Dark Red and Blue color palette created on .