The Dark Lord Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with The Dark Lord palette
Color Inspiration
Images that showcase this color palette in real designs
Download The Dark Lord Color Palette (PNG)
The Dark Lord color palette CSS
/* CSS */
.color-1 {
color: #1c1215;
}
.color-2 {
color: #3c2028;
}
.color-3 {
color: #653942;
}
.color-4 {
color: #93585e;
}
.color-5 {
color: #d18b7b;
}
/* CSS Variables */
:root {
--color-1: #1c1215;
--color-2: #3c2028;
--color-3: #653942;
--color-4: #93585e;
--color-5: #d18b7b;
}
The Dark Lord background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1215, #3c2028, #653942, #93585e, #d18b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1215, #3c2028, #653942, #93585e, #d18b7b);
}
Similar color palettes
The Dark Lord color palette created on .