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: #00a5e0;
}
.color-2 {
color: #008ab8;
}
.color-3 {
color: #007c9e;
}
.color-4 {
color: #006080;
}
.color-5 {
color: #003f5c;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #008ab8;
--color-3: #007c9e;
--color-4: #006080;
--color-5: #003f5c;
}

Oceanic Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #008ab8, #007c9e, #006080, #003f5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #008ab8, #007c9e, #006080, #003f5c);
}

Oceanic Depths color palette created on .