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: #464677;
}
.color-2 {
color: #6c6f9d;
}
.color-3 {
color: #8b8db6;
}
.color-4 {
color: #aaa3d1;
}
.color-5 {
color: #c8c8e5;
}

/* CSS Variables */
:root {
--color-1: #464677;
--color-2: #6c6f9d;
--color-3: #8b8db6;
--color-4: #aaa3d1;
--color-5: #c8c8e5;
}

CSS del degradado de fondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #464677, #6c6f9d, #8b8db6, #aaa3d1, #c8c8e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #464677, #6c6f9d, #8b8db6, #aaa3d1, #c8c8e5);
}

Whispers of Twilight color palette created on .