Dark Ancient Sea Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Ancient Sea palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dark Ancient Sea Color Palette (PNG)
Dark Ancient Sea color palette CSS
/* CSS */
.color-1 {
color: #1b3b5a;
}
.color-2 {
color: #3b4a68;
}
.color-3 {
color: #5d6b79;
}
.color-4 {
color: #77a2a6;
}
.color-5 {
color: #a4dad1;
}
/* CSS Variables */
:root {
--color-1: #1b3b5a;
--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, #1b3b5a, #3b4a68, #5d6b79, #77a2a6, #a4dad1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b3b5a, #3b4a68, #5d6b79, #77a2a6, #a4dad1);
}
Similar color palettes
Dark Ancient Sea color palette created on .