The Dark Lord Color Palette
Discover the beautiful The Dark Lord color palette featuring cocoa brown (#1d1316), jon (#3b2028), congo brown (#643841), au chico (#94585e) and my pink (#d18d7d).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with The Dark Lord palette
💻 The Dark Lord color palette CSS
/* CSS */
.color-1 {
color: #1d1316;
}
.color-2 {
color: #3b2028;
}
.color-3 {
color: #643841;
}
.color-4 {
color: #94585e;
}
.color-5 {
color: #d18d7d;
}
/* CSS Variables */
:root {
--color-1: #1d1316;
--color-2: #3b2028;
--color-3: #643841;
--color-4: #94585e;
--color-5: #d18d7d;
} 🌈 The Dark Lord background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1316, #3b2028, #643841, #94585e, #d18d7d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1316, #3b2028, #643841, #94585e, #d18d7d);
} 🔗 Explore similar color palettes
The Dark Lord color palette created on .