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: #fdfdfc;
}
.color-2 {
color: #d8dbc2;
}
.color-3 {
color: #adad94;
}
.color-4 {
color: #80896c;
}
.color-5 {
color: #ca4451;
}
/* CSS Variables */
:root {
--color-1: #fdfdfc;
--color-2: #d8dbc2;
--color-3: #adad94;
--color-4: #80896c;
--color-5: #ca4451;
}
CSS del degradado de fondo Whispers of Autumn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfdfc, #d8dbc2, #adad94, #80896c, #ca4451);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfdfc, #d8dbc2, #adad94, #80896c, #ca4451);
}
Paletas de colores similares
Whispers of Autumn color palette created on .