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: #ead2c8;
}
.color-2 {
color: #d3beb6;
}
.color-3 {
color: #bab5ab;
}
.color-4 {
color: #ada399;
}
.color-5 {
color: #867974;
}

/* CSS Variables */
:root {
--color-1: #ead2c8;
--color-2: #d3beb6;
--color-3: #bab5ab;
--color-4: #ada399;
--color-5: #867974;
}

CSS del degradado de fondo Whispers of Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ead2c8, #d3beb6, #bab5ab, #ada399, #867974);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ead2c8, #d3beb6, #bab5ab, #ada399, #867974);
}

Whispers of Earth color palette created on .