Paleta de colores Whispering Ashes
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispering Ashes palette
CSS de la paleta de colores Whispering Ashes
/* CSS */
.color-1 {
color: #b3b3b3;
}
.color-2 {
color: #a6a6a6;
}
.color-3 {
color: #8f8f8f;
}
.color-4 {
color: #d9d9d9;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #b3b3b3;
--color-2: #a6a6a6;
--color-3: #8f8f8f;
--color-4: #d9d9d9;
--color-5: #ffffff;
}
CSS del degradado de fondo Whispering Ashes
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3b3b3, #a6a6a6, #8f8f8f, #d9d9d9, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3b3b3, #a6a6a6, #8f8f8f, #d9d9d9, #ffffff);
}
Paletas de colores similares
Whispering Ashes color palette created on .