Paleta de colores Autumn's Whispering Shadows
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Autumn's Whispering Shadows palette
CSS de la paleta de colores Autumn's Whispering Shadows
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f9fafb;
}
.color-3 {
color: #ed892c;
}
.color-4 {
color: #92867c;
}
.color-5 {
color: #4f0307;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f9fafb;
--color-3: #ed892c;
--color-4: #92867c;
--color-5: #4f0307;
}
CSS del degradado de fondo Autumn's Whispering Shadows
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f9fafb, #ed892c, #92867c, #4f0307);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f9fafb, #ed892c, #92867c, #4f0307);
}
Paletas de colores similares
Autumn's Whispering Shadows color palette created on .