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: #f4e2b3;
}
.color-2 {
color: #c1b49f;
}
.color-3 {
color: #a18c8d;
}
.color-4 {
color: #7b5d4c;
}
.color-5 {
color: #5b4b5d;
}

/* CSS Variables */
:root {
--color-1: #f4e2b3;
--color-2: #c1b49f;
--color-3: #a18c8d;
--color-4: #7b5d4c;
--color-5: #5b4b5d;
}

CSS del degradado de fondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2b3, #c1b49f, #a18c8d, #7b5d4c, #5b4b5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2b3, #c1b49f, #a18c8d, #7b5d4c, #5b4b5d);
}

Whispers of Twilight color palette created on .