Wizarding World Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wizarding World palette
Wizarding World color palette PNG image
Wizarding World color palette 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;
}
Wizarding World background gradient CSS
/* 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);
}
Similar color palettes
Scroll down to explore 100+ Beige color palettes
Wizarding World color palette created on .