Paleta de colores Whispers of Dusk Rose

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Dusk Rose palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Dusk Rose

/* CSS */
.color-1 {
color: #eec4d9;
}
.color-2 {
color: #e29f78;
}
.color-3 {
color: #c94a5f;
}
.color-4 {
color: #7b5b9f;
}
.color-5 {
color: #7b3d46;
}

/* CSS Variables */
:root {
--color-1: #eec4d9;
--color-2: #e29f78;
--color-3: #c94a5f;
--color-4: #7b5b9f;
--color-5: #7b3d46;
}

CSS del degradado de fondo Whispers of Dusk Rose

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eec4d9, #e29f78, #c94a5f, #7b5b9f, #7b3d46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eec4d9, #e29f78, #c94a5f, #7b5b9f, #7b3d46);
}

Whispers of Dusk Rose color palette created on .