Middle Ages Color Palette

Discover the beautiful Middle Ages color palette featuring russet (#7c4b1d), tussock (#c69b3f), equator (#e1c05b), wild willow (#b9d06c) and crete (#5b802d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Medieval, Autumn, Brown, Gold, Green, Soft, Summer, Retro, 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 Middle Ages palette

Share this palette to:

💻 Middle Ages color palette CSS

/* CSS */
.color-1 {
color: #7c4b1d;
}
.color-2 {
color: #c69b3f;
}
.color-3 {
color: #e1c05b;
}
.color-4 {
color: #b9d06c;
}
.color-5 {
color: #5b802d;
}

/* CSS Variables */
:root {
--color-1: #7c4b1d;
--color-2: #c69b3f;
--color-3: #e1c05b;
--color-4: #b9d06c;
--color-5: #5b802d;
}

🌈 Middle Ages background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c4b1d, #c69b3f, #e1c05b, #b9d06c, #5b802d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c4b1d, #c69b3f, #e1c05b, #b9d06c, #5b802d);
}

Middle Ages color palette created on .