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: #7befe5;
}
.color-2 {
color: #0faea6;
}
.color-3 {
color: #076a73;
}
.color-4 {
color: #043b48;
}
.color-5 {
color: #4d0001;
}

/* CSS Variables */
:root {
--color-1: #7befe5;
--color-2: #0faea6;
--color-3: #076a73;
--color-4: #043b48;
--color-5: #4d0001;
}

Oceanic Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7befe5, #0faea6, #076a73, #043b48, #4d0001);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7befe5, #0faea6, #076a73, #043b48, #4d0001);
}

Oceanic Depths color palette created on .