Sea Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sea palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sea Color Palette (PNG)
Sea color palette CSS
/* CSS */
.color-1 {
color: #10546a;
}
.color-2 {
color: #356f8d;
}
.color-3 {
color: #477c90;
}
.color-4 {
color: #567f8f;
}
.color-5 {
color: #5d9292;
}
/* CSS Variables */
:root {
--color-1: #10546a;
--color-2: #356f8d;
--color-3: #477c90;
--color-4: #567f8f;
--color-5: #5d9292;
}
Sea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #10546a, #356f8d, #477c90, #567f8f, #5d9292);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #10546a, #356f8d, #477c90, #567f8f, #5d9292);
}
Similar color palettes
Sea color palette created on .