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: #c9c2bb;
}
.color-2 {
color: #a1978c;
}
.color-3 {
color: #646a73;
}
.color-4 {
color: #4d535b;
}
.color-5 {
color: #3a3c41;
}

/* CSS Variables */
:root {
--color-1: #c9c2bb;
--color-2: #a1978c;
--color-3: #646a73;
--color-4: #4d535b;
--color-5: #3a3c41;
}

CSS del degradado de fondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9c2bb, #a1978c, #646a73, #4d535b, #3a3c41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9c2bb, #a1978c, #646a73, #4d535b, #3a3c41);
}

Whispers of Twilight color palette created on .