Deep Ocean Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Ocean palette
Deep Ocean color palette PNG image
Deep Ocean color palette CSS
/* CSS */
.color-1 {
color: #00a1b3;
}
.color-2 {
color: #009999;
}
.color-3 {
color: #009975;
}
.color-4 {
color: #008a5a;
}
.color-5 {
color: #007a4e;
}
/* CSS Variables */
:root {
--color-1: #00a1b3;
--color-2: #009999;
--color-3: #009975;
--color-4: #008a5a;
--color-5: #007a4e;
}
Deep Ocean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a1b3, #009999, #009975, #008a5a, #007a4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a1b3, #009999, #009975, #008a5a, #007a4e);
}
Similar color palettes
Deep Ocean color palette created on .