Deep Ocean Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Ocean palette
Color Inspiration
Images that showcase this color palette in real designs
Download Deep Ocean Color Palette (PNG)
Deep Ocean color palette CSS
/* CSS */
.color-1 {
color: #0d3b3a;
}
.color-2 {
color: #1f4c4b;
}
.color-3 {
color: #396060;
}
.color-4 {
color: #5c7574;
}
.color-5 {
color: #808989;
}
/* CSS Variables */
:root {
--color-1: #0d3b3a;
--color-2: #1f4c4b;
--color-3: #396060;
--color-4: #5c7574;
--color-5: #808989;
}
Deep Ocean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0d3b3a, #1f4c4b, #396060, #5c7574, #808989);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0d3b3a, #1f4c4b, #396060, #5c7574, #808989);
}
Similar color palettes
Deep Ocean color palette created on .