Oceanic Depths Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Depths palette

Share this palette to:

Oceanic Depths color palette CSS

/* CSS */
.color-1 {
color: #00b4e6;
}
.color-2 {
color: #0078c2;
}
.color-3 {
color: #005c99;
}
.color-4 {
color: #004080;
}
.color-5 {
color: #001f4d;
}

/* CSS Variables */
:root {
--color-1: #00b4e6;
--color-2: #0078c2;
--color-3: #005c99;
--color-4: #004080;
--color-5: #001f4d;
}

Oceanic Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b4e6, #0078c2, #005c99, #004080, #001f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b4e6, #0078c2, #005c99, #004080, #001f4d);
}

Oceanic Depths color palette created on .