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

CSS de la paleta de colores Whispers of Autumn Twilight
/* CSS */
.color-1 {
color: #eeeeed;
}
.color-2 {
color: #a6a3a8;
}
.color-3 {
color: #e68c41;
}
.color-4 {
color: #7b4e42;
}
.color-5 {
color: #604c7b;
}
/* CSS Variables */
:root {
--color-1: #eeeeed;
--color-2: #a6a3a8;
--color-3: #e68c41;
--color-4: #7b4e42;
--color-5: #604c7b;
}
CSS del degradado de fondo Whispers of Autumn Twilight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eeeeed, #a6a3a8, #e68c41, #7b4e42, #604c7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eeeeed, #a6a3a8, #e68c41, #7b4e42, #604c7b);
}
Paletas de colores similares
Whispers of Autumn Twilight color palette created on .