Twilight Whispers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Twilight Whispers palette

Condividi questa palette a:

tavolozza dei colori Twilight Whispers CSS

/* 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 con gradiente di sfondo 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 .