Navy Coastline Color Palette
Discover the beautiful Navy Coastline color palette featuring port gore (#1a1f3d), chambray (#3e4b8e), ship cove (#5f77b4), cornflower (#8db5e2) and spindle (#a8c9eb).
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 Coastline palette
💻 Navy Coastline color palette CSS
/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #3e4b8e;
}
.color-3 {
color: #5f77b4;
}
.color-4 {
color: #8db5e2;
}
.color-5 {
color: #a8c9eb;
}
/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #3e4b8e;
--color-3: #5f77b4;
--color-4: #8db5e2;
--color-5: #a8c9eb;
} 🌈 Navy Coastline background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #3e4b8e, #5f77b4, #8db5e2, #a8c9eb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #3e4b8e, #5f77b4, #8db5e2, #a8c9eb);
} 🔗 Explore similar color palettes
Navy Coastline color palette created on .