Darkest Dungeon Color Palette

Discover the beautiful Darkest Dungeon color palette featuring ship gray (#3c3b40), scarpa flow (#5d5c61), jumbo (#8b8a8f), amethyst smoke (#afa7b4) and gray suit (#d6d0d8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Gray, Deep, Earthy, Medieval, Shadowy, Soft, Retro 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 Darkest Dungeon palette

Share this palette to:

💻 Darkest Dungeon color palette CSS

/* CSS */
.color-1 {
color: #3c3b40;
}
.color-2 {
color: #5d5c61;
}
.color-3 {
color: #8b8a8f;
}
.color-4 {
color: #afa7b4;
}
.color-5 {
color: #d6d0d8;
}

/* CSS Variables */
:root {
--color-1: #3c3b40;
--color-2: #5d5c61;
--color-3: #8b8a8f;
--color-4: #afa7b4;
--color-5: #d6d0d8;
}

🌈 Darkest Dungeon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3b40, #5d5c61, #8b8a8f, #afa7b4, #d6d0d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3b40, #5d5c61, #8b8a8f, #afa7b4, #d6d0d8);
}

Darkest Dungeon color palette created on .