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: #e3d6a5;
}
.color-2 {
color: #c5b787;
}
.color-3 {
color: #a49970;
}
.color-4 {
color: #757257;
}
.color-5 {
color: #57607a;
}

/* CSS Variables */
:root {
--color-1: #e3d6a5;
--color-2: #c5b787;
--color-3: #a49970;
--color-4: #757257;
--color-5: #57607a;
}

CSS del degradado de fondo Whispers of Autumn Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d6a5, #c5b787, #a49970, #757257, #57607a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d6a5, #c5b787, #a49970, #757257, #57607a);
}

Whispers of Autumn Earth color palette created on .