Paleta de colores Whispers of Ash
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Ash palette
CSS de la paleta de colores Whispers of Ash
/* CSS */
.color-1 {
color: #aeb8c1;
}
.color-2 {
color: #e2e6e9;
}
.color-3 {
color: #bdc9cc;
}
.color-4 {
color: #8897a0;
}
.color-5 {
color: #4f5d64;
}
/* CSS Variables */
:root {
--color-1: #aeb8c1;
--color-2: #e2e6e9;
--color-3: #bdc9cc;
--color-4: #8897a0;
--color-5: #4f5d64;
}
CSS del degradado de fondo Whispers of Ash
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aeb8c1, #e2e6e9, #bdc9cc, #8897a0, #4f5d64);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aeb8c1, #e2e6e9, #bdc9cc, #8897a0, #4f5d64);
}
Paletas de colores similares
Whispers of Ash color palette created on .