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: #cfc8d5;
}
.color-2 {
color: #a9a0ac;
}
.color-3 {
color: #84717a;
}
.color-4 {
color: #3f3d42;
}
.color-5 {
color: #1a1b1e;
}

/* CSS Variables */
:root {
--color-1: #cfc8d5;
--color-2: #a9a0ac;
--color-3: #84717a;
--color-4: #3f3d42;
--color-5: #1a1b1e;
}

CSS del degradado de fondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfc8d5, #a9a0ac, #84717a, #3f3d42, #1a1b1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfc8d5, #a9a0ac, #84717a, #3f3d42, #1a1b1e);
}

Paletas de colores similares

Whispers of Twilight color palette created on .