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: #001f3d;
}
.color-2 {
color: #003366;
}
.color-3 {
color: #004080;
}
.color-4 {
color: #0066cc;
}
.color-5 {
color: #3399ff;
}

/* CSS Variables */
:root {
--color-1: #001f3d;
--color-2: #003366;
--color-3: #004080;
--color-4: #0066cc;
--color-5: #3399ff;
}

Oceanic Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001f3d, #003366, #004080, #0066cc, #3399ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001f3d, #003366, #004080, #0066cc, #3399ff);
}

Oceanic Depths color palette created on .