Dark Blue Red Color Palette
Discover the beautiful Dark Blue Red color palette featuring mirage (#1f1f3d), mulled wine (#4a4a6d), waterloo (#7b7b9d), wistful (#a1a1d4) and chestnut rose (#d35050).
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 Blue Red palette
💻 Dark Blue Red color palette CSS
/* CSS */
.color-1 {
color: #1f1f3d;
}
.color-2 {
color: #4a4a6d;
}
.color-3 {
color: #7b7b9d;
}
.color-4 {
color: #a1a1d4;
}
.color-5 {
color: #d35050;
}
/* CSS Variables */
:root {
--color-1: #1f1f3d;
--color-2: #4a4a6d;
--color-3: #7b7b9d;
--color-4: #a1a1d4;
--color-5: #d35050;
}
🌈 Dark Blue Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f3d, #4a4a6d, #7b7b9d, #a1a1d4, #d35050);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f3d, #4a4a6d, #7b7b9d, #a1a1d4, #d35050);
}
🔗 Explore similar color palettes
Dark Blue Red color palette created on .