Paleta de colores Whispers of Earth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Earth palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Earth

/* CSS */
.color-1 {
color: #d0ccc3;
}
.color-2 {
color: #c4af7e;
}
.color-3 {
color: #a09e98;
}
.color-4 {
color: #a57a55;
}
.color-5 {
color: #797363;
}

/* CSS Variables */
:root {
--color-1: #d0ccc3;
--color-2: #c4af7e;
--color-3: #a09e98;
--color-4: #a57a55;
--color-5: #797363;
}

CSS del degradado de fondo Whispers of Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0ccc3, #c4af7e, #a09e98, #a57a55, #797363);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0ccc3, #c4af7e, #a09e98, #a57a55, #797363);
}

Whispers of Earth color palette created on .