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: #e5e1e0;
}
.color-2 {
color: #ab7869;
}
.color-3 {
color: #564e54;
}
.color-4 {
color: #342829;
}
.color-5 {
color: #151519;
}

/* CSS Variables */
:root {
--color-1: #e5e1e0;
--color-2: #ab7869;
--color-3: #564e54;
--color-4: #342829;
--color-5: #151519;
}

CSS con gradiente di sfondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e1e0, #ab7869, #564e54, #342829, #151519);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e1e0, #ab7869, #564e54, #342829, #151519);
}

Whispers of Twilight color palette created on .