Paleta de colores Wizarding World
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Wizarding World palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Wizarding World (PNG)
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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1000+ paletas de colores colors.harry-potter
Wizarding World color palette created on .