The Dark Lord Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with The Dark Lord palette

Share this palette to:

The Dark Lord color palette PNG image

Download the dark lord color palette PNG image (landscape)
Download the dark lord color palette PNG image (square)

The Dark Lord color palette CSS

/* CSS */
.color-1 {
color: #1a1a2e;
}
.color-2 {
color: #e9445f;
}
.color-3 {
color: #0f3461;
}
.color-4 {
color: #15203c;
}
.color-5 {
color: #f8f6f6;
}

/* CSS Variables */
:root {
--color-1: #1a1a2e;
--color-2: #e9445f;
--color-3: #0f3461;
--color-4: #15203c;
--color-5: #f8f6f6;
}

The Dark Lord background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a2e, #e9445f, #0f3461, #15203c, #f8f6f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a2e, #e9445f, #0f3461, #15203c, #f8f6f6);
}

The Dark Lord color palette created on .