Twilight Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Twilight Serenade palette

Condividi questa palette a:

tavolozza dei colori Twilight Serenade CSS

/* CSS */
.color-1 {
color: #8f8fbd;
}
.color-2 {
color: #9d9dcd;
}
.color-3 {
color: #bdbde0;
}
.color-4 {
color: #eed591;
}
.color-5 {
color: #e4786c;
}

/* CSS Variables */
:root {
--color-1: #8f8fbd;
--color-2: #9d9dcd;
--color-3: #bdbde0;
--color-4: #eed591;
--color-5: #e4786c;
}

CSS con gradiente di sfondo Twilight Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f8fbd, #9d9dcd, #bdbde0, #eed591, #e4786c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f8fbd, #9d9dcd, #bdbde0, #eed591, #e4786c);
}

Twilight Serenade color palette created on .