Paleta de colores Whispers of Mourning

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Mourning palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Mourning

/* CSS */
.color-1 {
color: #5b3b5e;
}
.color-2 {
color: #9b6b9e;
}
.color-3 {
color: #d4a0c5;
}
.color-4 {
color: #f2c5d3;
}
.color-5 {
color: #f7e3e6;
}

/* CSS Variables */
:root {
--color-1: #5b3b5e;
--color-2: #9b6b9e;
--color-3: #d4a0c5;
--color-4: #f2c5d3;
--color-5: #f7e3e6;
}

CSS del degradado de fondo Whispers of Mourning

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3b5e, #9b6b9e, #d4a0c5, #f2c5d3, #f7e3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3b5e, #9b6b9e, #d4a0c5, #f2c5d3, #f7e3e6);
}

Whispers of Mourning color palette created on .