Bellatrix Lestrange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bellatrix Lestrange palette
Color Inspiration
Images that showcase this color palette in real designs
Download Bellatrix Lestrange Color Palette (PNG)
Bellatrix Lestrange color palette CSS
/* CSS */
.color-1 {
color: #4c3d4d;
}
.color-2 {
color: #7a5c6a;
}
.color-3 {
color: #b68b99;
}
.color-4 {
color: #f2b1d2;
}
.color-5 {
color: #f58a8a;
}
/* CSS Variables */
:root {
--color-1: #4c3d4d;
--color-2: #7a5c6a;
--color-3: #b68b99;
--color-4: #f2b1d2;
--color-5: #f58a8a;
}
Bellatrix Lestrange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d4d, #7a5c6a, #b68b99, #f2b1d2, #f58a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d4d, #7a5c6a, #b68b99, #f2b1d2, #f58a8a);
}
Similar color palettes
Bellatrix Lestrange color palette created on .