Dark Sea Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Sea palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dark Sea Color Palette (PNG)
Dark Sea color palette CSS
/* CSS */
.color-1 {
color: #1e3a4d;
}
.color-2 {
color: #2c5972;
}
.color-3 {
color: #4da0b3;
}
.color-4 {
color: #78d5e3;
}
.color-5 {
color: #a4f4f1;
}
/* CSS Variables */
:root {
--color-1: #1e3a4d;
--color-2: #2c5972;
--color-3: #4da0b3;
--color-4: #78d5e3;
--color-5: #a4f4f1;
}
Dark Sea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a4d, #2c5972, #4da0b3, #78d5e3, #a4f4f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a4d, #2c5972, #4da0b3, #78d5e3, #a4f4f1);
}
Similar color palettes
Dark Sea color palette created on .