Paleta de colores Whispering Ashes

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Ashes palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Ashes

/* CSS */
.color-1 {
color: #b0b5b3;
}
.color-2 {
color: #a0a6a1;
}
.color-3 {
color: #7d7f7a;
}
.color-4 {
color: #dad6d2;
}
.color-5 {
color: #e7e3df;
}

/* CSS Variables */
:root {
--color-1: #b0b5b3;
--color-2: #a0a6a1;
--color-3: #7d7f7a;
--color-4: #dad6d2;
--color-5: #e7e3df;
}

CSS del degradado de fondo Whispering Ashes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0b5b3, #a0a6a1, #7d7f7a, #dad6d2, #e7e3df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0b5b3, #a0a6a1, #7d7f7a, #dad6d2, #e7e3df);
}

Whispering Ashes color palette created on .