Whispers of Twilight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Twilight palette

Condividi questa palette a:

tavolozza dei colori Whispers of Twilight CSS

/* CSS */
.color-1 {
color: #c1b8c7;
}
.color-2 {
color: #9f91a1;
}
.color-3 {
color: #78768f;
}
.color-4 {
color: #765b69;
}
.color-5 {
color: #595d7d;
}

/* CSS Variables */
:root {
--color-1: #c1b8c7;
--color-2: #9f91a1;
--color-3: #78768f;
--color-4: #765b69;
--color-5: #595d7d;
}

CSS con gradiente di sfondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1b8c7, #9f91a1, #78768f, #765b69, #595d7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1b8c7, #9f91a1, #78768f, #765b69, #595d7d);
}

Whispers of Twilight color palette created on .