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: #fcfcfc;
}
.color-2 {
color: #cfc1b0;
}
.color-3 {
color: #a99793;
}
.color-4 {
color: #777378;
}
.color-5 {
color: #c54b30;
}
/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #cfc1b0;
--color-3: #a99793;
--color-4: #777378;
--color-5: #c54b30;
}
CSS del degradado de fondo Whispers of Autumn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #cfc1b0, #a99793, #777378, #c54b30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #cfc1b0, #a99793, #777378, #c54b30);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 50+ paletas de colores Blanco
Whispers of Autumn color palette created on .