Medieval Knight Color Palette

Discover the beautiful Medieval Knight color palette featuring tuscany (#c64a2f), whiskey (#d8a06e), spring rain (#a9cbb8), juniper (#6d8d8b) and saddle (#4d3b28).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMedieval, Caballero, Brave, Tan, Earthy, Muted, Green, Brown, Red, Warm 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 Knight palette

Share this palette to:

💻 Medieval Knight color palette CSS

/* CSS */
.color-1 {
color: #c64a2f;
}
.color-2 {
color: #d8a06e;
}
.color-3 {
color: #a9cbb8;
}
.color-4 {
color: #6d8d8b;
}
.color-5 {
color: #4d3b28;
}

/* CSS Variables */
:root {
--color-1: #c64a2f;
--color-2: #d8a06e;
--color-3: #a9cbb8;
--color-4: #6d8d8b;
--color-5: #4d3b28;
}

🌈 Medieval Knight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c64a2f, #d8a06e, #a9cbb8, #6d8d8b, #4d3b28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c64a2f, #d8a06e, #a9cbb8, #6d8d8b, #4d3b28);
}

Medieval Knight color palette created on .