Paleta de colores Harry Potter

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Harry Potter palette

Compartir esta paleta en:

Descargar la paleta de colores Harry Potter (PNG)

Download harry potter color palette PNG image (landscape)
Download harry potter color palette PNG image (square)

CSS de la paleta de colores Harry Potter

/* CSS */
.color-1 {
color: #804000;
}
.color-2 {
color: #b87a00;
}
.color-3 {
color: #f0b400;
}
.color-4 {
color: #b32d00;
}
.color-5 {
color: #702000;
}

/* CSS Variables */
:root {
--color-1: #804000;
--color-2: #b87a00;
--color-3: #f0b400;
--color-4: #b32d00;
--color-5: #702000;
}

CSS del degradado de fondo Harry Potter

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #804000, #b87a00, #f0b400, #b32d00, #702000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #804000, #b87a00, #f0b400, #b32d00, #702000);
}

Harry Potter color palette created on .