Paleta de colores Oceanic Depths

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Oceanic Depths palette

Compartir esta paleta en:

CSS de la paleta de colores Oceanic Depths

/* 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;
}

CSS del degradado de fondo Oceanic Depths

/* 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 .