Harry Potter Aesthetic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Harry Potter Aesthetic palette
Download Harry Potter Aesthetic Color Palette (PNG)
Harry Potter Aesthetic color palette CSS
/* CSS */
.color-1 {
color: #704d7a;
}
.color-2 {
color: #c8a3b6;
}
.color-3 {
color: #f1d3b1;
}
.color-4 {
color: #e9a76d;
}
.color-5 {
color: #743b2f;
}
/* CSS Variables */
:root {
--color-1: #704d7a;
--color-2: #c8a3b6;
--color-3: #f1d3b1;
--color-4: #e9a76d;
--color-5: #743b2f;
}
Harry Potter Aesthetic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #704d7a, #c8a3b6, #f1d3b1, #e9a76d, #743b2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #704d7a, #c8a3b6, #f1d3b1, #e9a76d, #743b2f);
}
Similar color palettes
Scroll down to explore 7 Magenta color palettes
Harry Potter Aesthetic color palette created on .