Knights of the Round Table Color Palette

Discover the beautiful Knights of the Round Table color palette featuring judge gray (#4d3e2e), barley corn (#a67c59), tan (#d0b78a), zombie (#e5cea4) and twine (#c1a35c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Beige, Gold, Cream, Earthy, Warm, Medieval, Royal, Neutral 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 Knights of the Round Table palette

Share this palette to:

💻 Knights of the Round Table color palette CSS

/* CSS */
.color-1 {
color: #4d3e2e;
}
.color-2 {
color: #a67c59;
}
.color-3 {
color: #d0b78a;
}
.color-4 {
color: #e5cea4;
}
.color-5 {
color: #c1a35c;
}

/* CSS Variables */
:root {
--color-1: #4d3e2e;
--color-2: #a67c59;
--color-3: #d0b78a;
--color-4: #e5cea4;
--color-5: #c1a35c;
}

🌈 Knights of the Round Table background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3e2e, #a67c59, #d0b78a, #e5cea4, #c1a35c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3e2e, #a67c59, #d0b78a, #e5cea4, #c1a35c);
}

Knights of the Round Table color palette created on .