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: #c3d1e9;
}
.color-2 {
color: #9c98c8;
}
.color-3 {
color: #836aa4;
}
.color-4 {
color: #81517b;
}
.color-5 {
color: #56388a;
}

/* CSS Variables */
:root {
--color-1: #c3d1e9;
--color-2: #9c98c8;
--color-3: #836aa4;
--color-4: #81517b;
--color-5: #56388a;
}

CSS del degradado de fondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3d1e9, #9c98c8, #836aa4, #81517b, #56388a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3d1e9, #9c98c8, #836aa4, #81517b, #56388a);
}

Whispers of Twilight color palette created on .