Paleta de colores Whispers of Ashen Elegance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Ashen Elegance palette
CSS de la paleta de colores Whispers of Ashen Elegance
/* CSS */
.color-1 {
color: #f6f5f3;
}
.color-2 {
color: #eae9e6;
}
.color-3 {
color: #dddcda;
}
.color-4 {
color: #b9b3b1;
}
.color-5 {
color: #867e7f;
}
/* CSS Variables */
:root {
--color-1: #f6f5f3;
--color-2: #eae9e6;
--color-3: #dddcda;
--color-4: #b9b3b1;
--color-5: #867e7f;
}
CSS del degradado de fondo Whispers of Ashen Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f5f3, #eae9e6, #dddcda, #b9b3b1, #867e7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f5f3, #eae9e6, #dddcda, #b9b3b1, #867e7f);
}
Paletas de colores similares
Whispers of Ashen Elegance color palette created on .