Navy Blue and Magenta Fusion Color Palette
Discover the beautiful Navy Blue and Magenta Fusion color palette featuring mirage (#181c34), jacarta (#46265f), rouge (#ae427d), terracotta (#e66556) and anzac (#e6a947).
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 Navy Blue and Magenta Fusion palette
💻 Navy Blue and Magenta Fusion color palette CSS
/* CSS */
.color-1 {
color: #181c34;
}
.color-2 {
color: #46265f;
}
.color-3 {
color: #ae427d;
}
.color-4 {
color: #e66556;
}
.color-5 {
color: #e6a947;
}
/* CSS Variables */
:root {
--color-1: #181c34;
--color-2: #46265f;
--color-3: #ae427d;
--color-4: #e66556;
--color-5: #e6a947;
} 🌈 Navy Blue and Magenta Fusion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #181c34, #46265f, #ae427d, #e66556, #e6a947);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #181c34, #46265f, #ae427d, #e66556, #e6a947);
} 🔗 Explore similar color palettes
Navy Blue and Magenta Fusion color palette created on .