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: #b5c7d9;
}
.color-2 {
color: #968f88;
}
.color-3 {
color: #7c736e;
}
.color-4 {
color: #5b5352;
}
.color-5 {
color: #3a3a3b;
}

/* CSS Variables */
:root {
--color-1: #b5c7d9;
--color-2: #968f88;
--color-3: #7c736e;
--color-4: #5b5352;
--color-5: #3a3a3b;
}

CSS del degradado de fondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5c7d9, #968f88, #7c736e, #5b5352, #3a3a3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5c7d9, #968f88, #7c736e, #5b5352, #3a3a3b);
}

Paletas de colores similares

Desplázate hacia abajo para explorar 1 paleta de colores Cool gray

Whispers of Twilight color palette created on .