Harry Potter Aesthetic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Harry Potter Aesthetic palette

Share this palette to:

Download Harry Potter Aesthetic Color Palette (PNG)

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

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

Harry Potter Aesthetic color palette created on .