Veil of Twilight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Veil of Twilight palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Veil of Twilight

Download veil of twilight color palette PNG image (landscape)
Download veil of twilight color palette PNG image (square)

tavolozza dei colori Veil of Twilight CSS

/* CSS */
.color-1 {
color: #3e3b5e;
}
.color-2 {
color: #5b5077;
}
.color-3 {
color: #7b6d9c;
}
.color-4 {
color: #9a9db6;
}
.color-5 {
color: #d3c7e1;
}

/* CSS Variables */
:root {
--color-1: #3e3b5e;
--color-2: #5b5077;
--color-3: #7b6d9c;
--color-4: #9a9db6;
--color-5: #d3c7e1;
}

CSS con gradiente di sfondo Veil of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e3b5e, #5b5077, #7b6d9c, #9a9db6, #d3c7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e3b5e, #5b5077, #7b6d9c, #9a9db6, #d3c7e1);
}

Veil of Twilight color palette created on .