Dungeons and Dragons Color Palette

Discover the beautiful Dungeons and Dragons color palette featuring matterhorn (#4c3e3e), don juan (#5a4e4e), opium (#8a6a6a), tan (#c7a67a) and whiskey (#d1945c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Gray, Red, Cream, Orange, Medieval, Earthy 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 Dungeons and Dragons palette

Share this palette to:

💻 Dungeons and Dragons color palette CSS

/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #5a4e4e;
}
.color-3 {
color: #8a6a6a;
}
.color-4 {
color: #c7a67a;
}
.color-5 {
color: #d1945c;
}

/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #5a4e4e;
--color-3: #8a6a6a;
--color-4: #c7a67a;
--color-5: #d1945c;
}

🌈 Dungeons and Dragons background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #5a4e4e, #8a6a6a, #c7a67a, #d1945c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #5a4e4e, #8a6a6a, #c7a67a, #d1945c);
}

Dungeons and Dragons color palette created on .