Medieval Forge Color Palette

Discover the beautiful Medieval Forge color palette featuring gamboge (#d7a10f), lucky (#b6941b), pesto (#7f6f2e), kelp (#4b4b35) and heavy metal (#23231f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Stony, Medieval, Earthy, Vintage, Metal, Deep, Dark 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 Medieval Forge palette

Share this palette to:

💻 Medieval Forge color palette CSS

/* CSS */
.color-1 {
color: #d7a10f;
}
.color-2 {
color: #b6941b;
}
.color-3 {
color: #7f6f2e;
}
.color-4 {
color: #4b4b35;
}
.color-5 {
color: #23231f;
}

/* CSS Variables */
:root {
--color-1: #d7a10f;
--color-2: #b6941b;
--color-3: #7f6f2e;
--color-4: #4b4b35;
--color-5: #23231f;
}

🌈 Medieval Forge background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7a10f, #b6941b, #7f6f2e, #4b4b35, #23231f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7a10f, #b6941b, #7f6f2e, #4b4b35, #23231f);
}

Medieval Forge color palette created on .