Paleta de colores Emerald Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Emerald Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Emerald Whisper

/* CSS */
.color-1 {
color: #3d6b38;
}
.color-2 {
color: #4fb057;
}
.color-3 {
color: #9dd7a8;
}
.color-4 {
color: #c4e2b1;
}
.color-5 {
color: #f6f1d0;
}

/* CSS Variables */
:root {
--color-1: #3d6b38;
--color-2: #4fb057;
--color-3: #9dd7a8;
--color-4: #c4e2b1;
--color-5: #f6f1d0;
}

CSS del degradado de fondo Emerald Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d6b38, #4fb057, #9dd7a8, #c4e2b1, #f6f1d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d6b38, #4fb057, #9dd7a8, #c4e2b1, #f6f1d0);
}

Emerald Whisper color palette created on .