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: #e7ded0;
}
.color-2 {
color: #b7b19a;
}
.color-3 {
color: #8c7f6e;
}
.color-4 {
color: #6f5349;
}
.color-5 {
color: #4e3836;
}

/* CSS Variables */
:root {
--color-1: #e7ded0;
--color-2: #b7b19a;
--color-3: #8c7f6e;
--color-4: #6f5349;
--color-5: #4e3836;
}

CSS del degradado de fondo Whispers of Earthstone

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7ded0, #b7b19a, #8c7f6e, #6f5349, #4e3836);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7ded0, #b7b19a, #8c7f6e, #6f5349, #4e3836);
}

Whispers of Earthstone color palette created on .