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: #d8d0c5;
}
.color-2 {
color: #b8aa9d;
}
.color-3 {
color: #998a8b;
}
.color-4 {
color: #7c6c7f;
}
.color-5 {
color: #5e4c6b;
}

/* CSS Variables */
:root {
--color-1: #d8d0c5;
--color-2: #b8aa9d;
--color-3: #998a8b;
--color-4: #7c6c7f;
--color-5: #5e4c6b;
}

CSS del degradado de fondo Whispers of Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d0c5, #b8aa9d, #998a8b, #7c6c7f, #5e4c6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d0c5, #b8aa9d, #998a8b, #7c6c7f, #5e4c6b);
}

Whispers of Earth color palette created on .