Paleta de colores Wizarding World

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Wizarding World palette

Compartir esta paleta en:

Descargar la paleta de colores Wizarding World (PNG)

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: #7d4b2c;
}
.color-2 {
color: #c9b97e;
}
.color-3 {
color: #f5e0a3;
}
.color-4 {
color: #4b3d25;
}
.color-5 {
color: #6c4f7d;
}

/* CSS Variables */
:root {
--color-1: #7d4b2c;
--color-2: #c9b97e;
--color-3: #f5e0a3;
--color-4: #4b3d25;
--color-5: #6c4f7d;
}

CSS del degradado de fondo Wizarding World

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4b2c, #c9b97e, #f5e0a3, #4b3d25, #6c4f7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4b2c, #c9b97e, #f5e0a3, #4b3d25, #6c4f7d);
}

Wizarding World color palette created on .