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: #e5d7da;
}
.color-2 {
color: #a89885;
}
.color-3 {
color: #7283da;
}
.color-4 {
color: #b45fa6;
}
.color-5 {
color: #736654;
}

/* CSS Variables */
:root {
--color-1: #e5d7da;
--color-2: #a89885;
--color-3: #7283da;
--color-4: #b45fa6;
--color-5: #736654;
}

CSS con gradiente di sfondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d7da, #a89885, #7283da, #b45fa6, #736654);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d7da, #a89885, #7283da, #b45fa6, #736654);
}

Whispers of Twilight color palette created on .