Paleta de colores Twilight Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Twilight Whispers palette

Compartir esta paleta en:

CSS de la paleta de colores Twilight Whispers

/* CSS */
.color-1 {
color: #592d8f;
}
.color-2 {
color: #9a5cb7;
}
.color-3 {
color: #d0a2e6;
}
.color-4 {
color: #f1b1e1;
}
.color-5 {
color: #f8bfd4;
}

/* CSS Variables */
:root {
--color-1: #592d8f;
--color-2: #9a5cb7;
--color-3: #d0a2e6;
--color-4: #f1b1e1;
--color-5: #f8bfd4;
}

CSS del degradado de fondo Twilight Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592d8f, #9a5cb7, #d0a2e6, #f1b1e1, #f8bfd4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592d8f, #9a5cb7, #d0a2e6, #f1b1e1, #f8bfd4);
}

Twilight Whispers color palette created on .