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