Dating Draco Malfoy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dating Draco Malfoy palette

Share this palette to:

Dating Draco Malfoy color palette PNG image

Download dating draco malfoy color palette PNG image (landscape)
Download dating draco malfoy color palette PNG image (square)

Dating Draco Malfoy color palette CSS

/* CSS */
.color-1 {
color: #1a1a3d;
}
.color-2 {
color: #4e4e6a;
}
.color-3 {
color: #7d7d9b;
}
.color-4 {
color: #c3b2d7;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #1a1a3d;
--color-2: #4e4e6a;
--color-3: #7d7d9b;
--color-4: #c3b2d7;
--color-5: #f1a8a2;
}

Dating Draco Malfoy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a3d, #4e4e6a, #7d7d9b, #c3b2d7, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a3d, #4e4e6a, #7d7d9b, #c3b2d7, #f1a8a2);
}

Dating Draco Malfoy color palette created on .