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: #02a7d4;
}
.color-2 {
color: #0096b8;
}
.color-3 {
color: #007e94;
}
.color-4 {
color: #005f6b;
}
.color-5 {
color: #00414d;
}

/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #0096b8;
--color-3: #007e94;
--color-4: #005f6b;
--color-5: #00414d;
}

Oceanic Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #0096b8, #007e94, #005f6b, #00414d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #0096b8, #007e94, #005f6b, #00414d);
}

Oceanic Depths color palette created on .