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: #592c39;
}
.color-2 {
color: #8b4b5e;
}
.color-3 {
color: #c77a8c;
}
.color-4 {
color: #e9b4c1;
}
.color-5 {
color: #f6d5e2;
}

/* CSS Variables */
:root {
--color-1: #592c39;
--color-2: #8b4b5e;
--color-3: #c77a8c;
--color-4: #e9b4c1;
--color-5: #f6d5e2;
}

CSS con gradiente di sfondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592c39, #8b4b5e, #c77a8c, #e9b4c1, #f6d5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592c39, #8b4b5e, #c77a8c, #e9b4c1, #f6d5e2);
}

Whispers of Twilight color palette created on .