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: #eae6e1;
}
.color-2 {
color: #ddc8c5;
}
.color-3 {
color: #a39999;
}
.color-4 {
color: #84689c;
}
.color-5 {
color: #80726f;
}

/* CSS Variables */
:root {
--color-1: #eae6e1;
--color-2: #ddc8c5;
--color-3: #a39999;
--color-4: #84689c;
--color-5: #80726f;
}

CSS con gradiente di sfondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eae6e1, #ddc8c5, #a39999, #84689c, #80726f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eae6e1, #ddc8c5, #a39999, #84689c, #80726f);
}

Whispers of Twilight color palette created on .