Paleta de colores Whispers of Twilight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Twilight palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Twilight

/* CSS */
.color-1 {
color: #eae6e1;
}
.color-2 {
color: #ddc8c5;
}
.color-3 {
color: #a39999;
}
.color-4 {
color: #84689c;
}
.color-5 {
color: #80726f;
}

/* CSS Variables */
:root {
--color-1: #eae6e1;
--color-2: #ddc8c5;
--color-3: #a39999;
--color-4: #84689c;
--color-5: #80726f;
}

CSS del degradado de fondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eae6e1, #ddc8c5, #a39999, #84689c, #80726f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eae6e1, #ddc8c5, #a39999, #84689c, #80726f);
}

Whispers of Twilight color palette created on .