Narcissa Malfoy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Narcissa Malfoy palette
Narcissa Malfoy color palette PNG image
Narcissa Malfoy color palette CSS
/* CSS */
.color-1 {
color: #e1d6e6;
}
.color-2 {
color: #b7c6d7;
}
.color-3 {
color: #a6b9c9;
}
.color-4 {
color: #f1c1e6;
}
.color-5 {
color: #d5a5d9;
}
/* CSS Variables */
:root {
--color-1: #e1d6e6;
--color-2: #b7c6d7;
--color-3: #a6b9c9;
--color-4: #f1c1e6;
--color-5: #d5a5d9;
}
Narcissa Malfoy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1d6e6, #b7c6d7, #a6b9c9, #f1c1e6, #d5a5d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1d6e6, #b7c6d7, #a6b9c9, #f1c1e6, #d5a5d9);
}
Similar color palettes
Narcissa Malfoy color palette created on .