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: #9dc3e2;
}
.color-2 {
color: #5a5c90;
}
.color-3 {
color: #262627;
}
.color-4 {
color: #212121;
}
.color-5 {
color: #1f1f1f;
}

/* CSS Variables */
:root {
--color-1: #9dc3e2;
--color-2: #5a5c90;
--color-3: #262627;
--color-4: #212121;
--color-5: #1f1f1f;
}

CSS del degradado de fondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9dc3e2, #5a5c90, #262627, #212121, #1f1f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9dc3e2, #5a5c90, #262627, #212121, #1f1f1f);
}

Whispers of Twilight color palette created on .