Paleta de colores Wizarding World

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Wizarding World palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Wizarding World

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

CSS de la paleta de colores Wizarding World

/* 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 del degradado de fondo 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 .