Bellatrix Lestrange Color Palette
Discover the beautiful Bellatrix Lestrange color palette featuring mortar (#4c3d4d), falcon (#7a5c6a), bouquet (#b68b99), azalea (#f2b1d3) and froly (#f58a8a).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Bellatrix Lestrange palette
💻 Bellatrix Lestrange color palette CSS
/* CSS */
.color-1 {
color: #4c3d4d;
}
.color-2 {
color: #7a5c6a;
}
.color-3 {
color: #b68b99;
}
.color-4 {
color: #f2b1d3;
}
.color-5 {
color: #f58a8a;
}
/* CSS Variables */
:root {
--color-1: #4c3d4d;
--color-2: #7a5c6a;
--color-3: #b68b99;
--color-4: #f2b1d3;
--color-5: #f58a8a;
} 🌈 Bellatrix Lestrange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d4d, #7a5c6a, #b68b99, #f2b1d3, #f58a8a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d4d, #7a5c6a, #b68b99, #f2b1d3, #f58a8a);
} 🔗 Explore similar color palettes
Bellatrix Lestrange color palette created on .