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: #e5e1e0;
}
.color-2 {
color: #ab7869;
}
.color-3 {
color: #564e54;
}
.color-4 {
color: #342829;
}
.color-5 {
color: #151519;
}

/* CSS Variables */
:root {
--color-1: #e5e1e0;
--color-2: #ab7869;
--color-3: #564e54;
--color-4: #342829;
--color-5: #151519;
}

CSS del degradado de fondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e1e0, #ab7869, #564e54, #342829, #151519);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e1e0, #ab7869, #564e54, #342829, #151519);
}

Whispers of Twilight color palette created on .