Twilight Wing Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Twilight Wing palette

Condividi questa palette a:

tavolozza dei colori Twilight Wing CSS

/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #6e4b3a;
}
.color-3 {
color: #a35c3e;
}
.color-4 {
color: #d8a16f;
}
.color-5 {
color: #fbcb79;
}

/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #6e4b3a;
--color-3: #a35c3e;
--color-4: #d8a16f;
--color-5: #fbcb79;
}

CSS con gradiente di sfondo Twilight Wing

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #6e4b3a, #a35c3e, #d8a16f, #fbcb79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #6e4b3a, #a35c3e, #d8a16f, #fbcb79);
}

Twilight Wing color palette created on .