Paleta de colores Emerald Depths

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Emerald Depths palette

Compartir esta paleta en:

CSS de la paleta de colores Emerald Depths

/* CSS */
.color-1 {
color: #2ee081;
}
.color-2 {
color: #0d7b91;
}
.color-3 {
color: #2b4e69;
}
.color-4 {
color: #0a2f38;
}
.color-5 {
color: #04222f;
}

/* CSS Variables */
:root {
--color-1: #2ee081;
--color-2: #0d7b91;
--color-3: #2b4e69;
--color-4: #0a2f38;
--color-5: #04222f;
}

CSS del degradado de fondo Emerald Depths

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ee081, #0d7b91, #2b4e69, #0a2f38, #04222f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ee081, #0d7b91, #2b4e69, #0a2f38, #04222f);
}

Emerald Depths color palette created on .