Ocean Depths Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ocean Depths palette
Ocean Depths color palette PNG image
Ocean Depths color palette CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #3e1429;
}
.color-3 {
color: #3c9f9f;
}
.color-4 {
color: #8dc8c8;
}
.color-5 {
color: #3b3b4e;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #3e1429;
--color-3: #3c9f9f;
--color-4: #8dc8c8;
--color-5: #3b3b4e;
}
Ocean Depths background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #3e1429, #3c9f9f, #8dc8c8, #3b3b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #3e1429, #3c9f9f, #8dc8c8, #3b3b4e);
}
Similar color palettes
Ocean Depths color palette created on .