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: #c7c6cd;
}
.color-2 {
color: #aea2a5;
}
.color-3 {
color: #8c8382;
}
.color-4 {
color: #80695b;
}
.color-5 {
color: #445f5f;
}

/* CSS Variables */
:root {
--color-1: #c7c6cd;
--color-2: #aea2a5;
--color-3: #8c8382;
--color-4: #80695b;
--color-5: #445f5f;
}

CSS del degradado de fondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7c6cd, #aea2a5, #8c8382, #80695b, #445f5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7c6cd, #aea2a5, #8c8382, #80695b, #445f5f);
}

Whispers of Twilight color palette created on .