Paleta de colores Whispering Earth Tones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Earth Tones palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Earth Tones

/* CSS */
.color-1 {
color: #eae0d6;
}
.color-2 {
color: #e5dbd2;
}
.color-3 {
color: #aba396;
}
.color-4 {
color: #967d69;
}
.color-5 {
color: #91745f;
}

/* CSS Variables */
:root {
--color-1: #eae0d6;
--color-2: #e5dbd2;
--color-3: #aba396;
--color-4: #967d69;
--color-5: #91745f;
}

CSS del degradado de fondo Whispering Earth Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eae0d6, #e5dbd2, #aba396, #967d69, #91745f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eae0d6, #e5dbd2, #aba396, #967d69, #91745f);
}

Paletas de colores similares

Desplázate hacia abajo para explorar 5 paletas de colores Soft beige

Whispering Earth Tones color palette created on .