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: #c3b2d7;
}
.color-2 {
color: #a3cfe0;
}
.color-3 {
color: #ffb3ba;
}
.color-4 {
color: #fff5b3;
}
.color-5 {
color: #b2e0b5;
}

/* CSS Variables */
:root {
--color-1: #c3b2d7;
--color-2: #a3cfe0;
--color-3: #ffb3ba;
--color-4: #fff5b3;
--color-5: #b2e0b5;
}

CSS del degradado de fondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3b2d7, #a3cfe0, #ffb3ba, #fff5b3, #b2e0b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3b2d7, #a3cfe0, #ffb3ba, #fff5b3, #b2e0b5);
}

Whispers of Twilight color palette created on .