Paleta de colores Whispers of Autumn
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Autumn palette
CSS de la paleta de colores Whispers of Autumn
/* CSS */
.color-1 {
color: #bdb8b7;
}
.color-2 {
color: #b3a780;
}
.color-3 {
color: #858a93;
}
.color-4 {
color: #c3493c;
}
.color-5 {
color: #6f635d;
}
/* CSS Variables */
:root {
--color-1: #bdb8b7;
--color-2: #b3a780;
--color-3: #858a93;
--color-4: #c3493c;
--color-5: #6f635d;
}
CSS del degradado de fondo Whispers of Autumn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bdb8b7, #b3a780, #858a93, #c3493c, #6f635d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bdb8b7, #b3a780, #858a93, #c3493c, #6f635d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Neutro
Whispers of Autumn color palette created on .