Paleta de colores Whispers of Autumn Earth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Autumn Earth palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Autumn Earth

/* CSS */
.color-1 {
color: #e2dbcb;
}
.color-2 {
color: #beae93;
}
.color-3 {
color: #ac976c;
}
.color-4 {
color: #987f57;
}
.color-5 {
color: #876b45;
}

/* CSS Variables */
:root {
--color-1: #e2dbcb;
--color-2: #beae93;
--color-3: #ac976c;
--color-4: #987f57;
--color-5: #876b45;
}

CSS del degradado de fondo Whispers of Autumn Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2dbcb, #beae93, #ac976c, #987f57, #876b45);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2dbcb, #beae93, #ac976c, #987f57, #876b45);
}

Whispers of Autumn Earth color palette created on .