Paleta de colores Whispers of Earthstone

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Earthstone palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Earthstone

/* CSS */
.color-1 {
color: #d7d4d9;
}
.color-2 {
color: #b1aeaa;
}
.color-3 {
color: #9ea583;
}
.color-4 {
color: #9a9793;
}
.color-5 {
color: #8b8b79;
}

/* CSS Variables */
:root {
--color-1: #d7d4d9;
--color-2: #b1aeaa;
--color-3: #9ea583;
--color-4: #9a9793;
--color-5: #8b8b79;
}

CSS del degradado de fondo Whispers of Earthstone

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7d4d9, #b1aeaa, #9ea583, #9a9793, #8b8b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7d4d9, #b1aeaa, #9ea583, #9a9793, #8b8b79);
}

Whispers of Earthstone color palette created on .