Medieval Castle Color Palette

Discover the beautiful Medieval Castle color palette featuring whiskey (#d1a25c), copper (#c4793b), leather (#9a6d5b), tobacco brown (#6f4c3e) and saddle (#492b22).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMedieval, Warm, Castle, Earthy, Amber, Brown, Deep, Vintage, Autumn, Orange 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 Castle palette

Share this palette to:

💻 Medieval Castle color palette CSS

/* CSS */
.color-1 {
color: #d1a25c;
}
.color-2 {
color: #c4793b;
}
.color-3 {
color: #9a6d5b;
}
.color-4 {
color: #6f4c3e;
}
.color-5 {
color: #492b22;
}

/* CSS Variables */
:root {
--color-1: #d1a25c;
--color-2: #c4793b;
--color-3: #9a6d5b;
--color-4: #6f4c3e;
--color-5: #492b22;
}

🌈 Medieval Castle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1a25c, #c4793b, #9a6d5b, #6f4c3e, #492b22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1a25c, #c4793b, #9a6d5b, #6f4c3e, #492b22);
}

Medieval Castle color palette created on .