Wizarding World Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Wizarding World palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Wizarding World

Download wizarding world color palette PNG image (landscape)
Download wizarding world color palette PNG image (square)

tavolozza dei colori Wizarding World CSS

/* CSS */
.color-1 {
color: #b79466;
}
.color-2 {
color: #c3a983;
}
.color-3 {
color: #daba86;
}
.color-4 {
color: #ead48f;
}
.color-5 {
color: #e19589;
}

/* CSS Variables */
:root {
--color-1: #b79466;
--color-2: #c3a983;
--color-3: #daba86;
--color-4: #ead48f;
--color-5: #e19589;
}

CSS con gradiente di sfondo Wizarding World

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b79466, #c3a983, #daba86, #ead48f, #e19589);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b79466, #c3a983, #daba86, #ead48f, #e19589);
}

Wizarding World color palette created on .