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: #5b5c57;
}
.color-2 {
color: #a9a99e;
}
.color-3 {
color: #d0d0c3;
}
.color-4 {
color: #e7e5d9;
}
.color-5 {
color: #f3f2e7;
}
/* CSS Variables */
:root {
--color-1: #5b5c57;
--color-2: #a9a99e;
--color-3: #d0d0c3;
--color-4: #e7e5d9;
--color-5: #f3f2e7;
}
CSS del degradado de fondo Whispers of Ash
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b5c57, #a9a99e, #d0d0c3, #e7e5d9, #f3f2e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b5c57, #a9a99e, #d0d0c3, #e7e5d9, #f3f2e7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Gris
Whispers of Ash color palette created on .