Bellatrix Lestrange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bellatrix Lestrange palette

Share this palette to:

Bellatrix Lestrange color palette PNG image

Download bellatrix lestrange color palette PNG image (landscape)
Download bellatrix lestrange color palette PNG image (square)

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);
}

Bellatrix Lestrange color palette created on .