Paleta de colores Whispers of Autumn

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Autumn palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Autumn

/* CSS */
.color-1 {
color: #fafafa;
}
.color-2 {
color: #d0d2d2;
}
.color-3 {
color: #b6aaa5;
}
.color-4 {
color: #9d957b;
}
.color-5 {
color: #b65e3e;
}

/* CSS Variables */
:root {
--color-1: #fafafa;
--color-2: #d0d2d2;
--color-3: #b6aaa5;
--color-4: #9d957b;
--color-5: #b65e3e;
}

CSS del degradado de fondo Whispers of Autumn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fafafa, #d0d2d2, #b6aaa5, #9d957b, #b65e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fafafa, #d0d2d2, #b6aaa5, #9d957b, #b65e3e);
}

Whispers of Autumn color palette created on .