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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Bright, Earthy, Forest, Gold, Green, Medieval, Vintage color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Elden Ring color palette created on .