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: #f8f4e2;
}
.color-2 {
color: #e2cec5;
}
.color-3 {
color: #d6a185;
}
.color-4 {
color: #b56c4a;
}
.color-5 {
color: #8c4b3b;
}

/* CSS Variables */
:root {
--color-1: #f8f4e2;
--color-2: #e2cec5;
--color-3: #d6a185;
--color-4: #b56c4a;
--color-5: #8c4b3b;
}

CSS del degradado de fondo Whispers of Autumn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f4e2, #e2cec5, #d6a185, #b56c4a, #8c4b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f4e2, #e2cec5, #d6a185, #b56c4a, #8c4b3b);
}

Whispers of Autumn color palette created on .