Dark Ancient Sea Color Palette
Discover the beautiful Dark Ancient Sea color palette featuring cello (#1b3a5a), fiord (#3b4a68), shuttle gray (#5d6b79), gumbo (#77a2a6) and aqua island (#a4dad1).
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 Ancient Sea palette
💻 Dark Ancient Sea color palette CSS
/* CSS */
.color-1 {
color: #1b3a5a;
}
.color-2 {
color: #3b4a68;
}
.color-3 {
color: #5d6b79;
}
.color-4 {
color: #77a2a6;
}
.color-5 {
color: #a4dad1;
}
/* CSS Variables */
:root {
--color-1: #1b3a5a;
--color-2: #3b4a68;
--color-3: #5d6b79;
--color-4: #77a2a6;
--color-5: #a4dad1;
} 🌈 Dark Ancient Sea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b3a5a, #3b4a68, #5d6b79, #77a2a6, #a4dad1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b3a5a, #3b4a68, #5d6b79, #77a2a6, #a4dad1);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Dark Ancient Sea color palette created on .