Paleta de colores Whispers of Autumn
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Autumn palette
Image Gallery

CSS de la paleta de colores Whispers of Autumn
/* CSS */
.color-1 {
color: #efeef7;
}
.color-2 {
color: #efcfbd;
}
.color-3 {
color: #c5ac7c;
}
.color-4 {
color: #997566;
}
.color-5 {
color: #56484c;
}
/* CSS Variables */
:root {
--color-1: #efeef7;
--color-2: #efcfbd;
--color-3: #c5ac7c;
--color-4: #997566;
--color-5: #56484c;
}
CSS del degradado de fondo Whispers of Autumn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efeef7, #efcfbd, #c5ac7c, #997566, #56484c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efeef7, #efcfbd, #c5ac7c, #997566, #56484c);
}
Paletas de colores similares
Whispers of Autumn color palette created on .