Oceanic Depths Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Depths palette
Oceanic Depths color palette CSS
/* CSS */
.color-1 {
color: #4aa3e3;
}
.color-2 {
color: #008ab8;
}
.color-3 {
color: #006080;
}
.color-4 {
color: #003d5c;
}
.color-5 {
color: #002a38;
}
/* CSS Variables */
:root {
--color-1: #4aa3e3;
--color-2: #008ab8;
--color-3: #006080;
--color-4: #003d5c;
--color-5: #002a38;
}
Oceanic Depths background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4aa3e3, #008ab8, #006080, #003d5c, #002a38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4aa3e3, #008ab8, #006080, #003d5c, #002a38);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Oceanic Depths color palette created on .