Middle Ages Color Palette

Discover the beautiful Middle Ages color palette featuring kumera (#895b29), whiskey (#d0a66c), shingle fawn (#6a4e2f), brown rust (#aa603c) and indian khaki (#c2b180).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Brown, Deep, Earthy, Medieval, Neutral, Orange, Tan 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: #895b29;
}
.color-2 {
color: #d0a66c;
}
.color-3 {
color: #6a4e2f;
}
.color-4 {
color: #aa603c;
}
.color-5 {
color: #c2b180;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d0a66c;
--color-3: #6a4e2f;
--color-4: #aa603c;
--color-5: #c2b180;
}

๐ŸŒˆ Middle Ages background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d0a66c, #6a4e2f, #aa603c, #c2b180);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d0a66c, #6a4e2f, #aa603c, #c2b180);
}

Middle Ages color palette created on .