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: #ebe6db;
}
.color-2 {
color: #cdcdcb;
}
.color-3 {
color: #c1beb9;
}
.color-4 {
color: #a1978c;
}
.color-5 {
color: #7a6b62;
}

/* CSS Variables */
:root {
--color-1: #ebe6db;
--color-2: #cdcdcb;
--color-3: #c1beb9;
--color-4: #a1978c;
--color-5: #7a6b62;
}

CSS del degradado de fondo Whispering Earth Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebe6db, #cdcdcb, #c1beb9, #a1978c, #7a6b62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebe6db, #cdcdcb, #c1beb9, #a1978c, #7a6b62);
}

Paletas de colores similares

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

Whispering Earth Tones color palette created on .