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: #b5a6d8;
}
.color-2 {
color: #a8c8e1;
}
.color-3 {
color: #f0e1c1;
}
.color-4 {
color: #f4b3c4;
}
.color-5 {
color: #f87a20;
}

/* CSS Variables */
:root {
--color-1: #b5a6d8;
--color-2: #a8c8e1;
--color-3: #f0e1c1;
--color-4: #f4b3c4;
--color-5: #f87a20;
}

CSS con gradiente di sfondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5a6d8, #a8c8e1, #f0e1c1, #f4b3c4, #f87a20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5a6d8, #a8c8e1, #f0e1c1, #f4b3c4, #f87a20);
}

Whispers of Twilight color palette created on .