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: #ead3a9;
}
.color-2 {
color: #c7af85;
}
.color-3 {
color: #b9873c;
}
.color-4 {
color: #948b71;
}
.color-5 {
color: #6c613d;
}

/* CSS Variables */
:root {
--color-1: #ead3a9;
--color-2: #c7af85;
--color-3: #b9873c;
--color-4: #948b71;
--color-5: #6c613d;
}

CSS del degradado de fondo Whispers of Autumn Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ead3a9, #c7af85, #b9873c, #948b71, #6c613d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ead3a9, #c7af85, #b9873c, #948b71, #6c613d);
}

Whispers of Autumn Earth color palette created on .