Elden Ring Color Palette
Discover the beautiful Elden Ring color palette featuring lisbon brown (#4c3d24), yellow metal (#7a5e3e), leather (#9b7955), equator (#e1b26b) and old gold (#d8b43b).
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 Elden Ring palette
💻 Elden Ring color palette CSS
/* CSS */
.color-1 {
color: #4c3d24;
}
.color-2 {
color: #7a5e3e;
}
.color-3 {
color: #9b7955;
}
.color-4 {
color: #e1b26b;
}
.color-5 {
color: #d8b43b;
}
/* CSS Variables */
:root {
--color-1: #4c3d24;
--color-2: #7a5e3e;
--color-3: #9b7955;
--color-4: #e1b26b;
--color-5: #d8b43b;
} 🌈 Elden Ring background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d24, #7a5e3e, #9b7955, #e1b26b, #d8b43b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d24, #7a5e3e, #9b7955, #e1b26b, #d8b43b);
} 🔗 Explore similar color palettes
Elden Ring color palette created on .