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: #f0c1c4;
}
.color-2 {
color: #9ca2d8;
}
.color-3 {
color: #ae7e9f;
}
.color-4 {
color: #5f8dd8;
}
.color-5 {
color: #676397;
}

/* CSS Variables */
:root {
--color-1: #f0c1c4;
--color-2: #9ca2d8;
--color-3: #ae7e9f;
--color-4: #5f8dd8;
--color-5: #676397;
}

CSS del degradado de fondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c1c4, #9ca2d8, #ae7e9f, #5f8dd8, #676397);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c1c4, #9ca2d8, #ae7e9f, #5f8dd8, #676397);
}

Whispers of Twilight color palette created on .