Medieval Knight Color Palette
Discover the beautiful Medieval Knight color palette featuring judge gray (#4d3c2d), sandstone (#79695d), napa (#a99f8e), coral reef (#c4b5a1) and pearl bush (#e1d7c7).
Brightness
Saturation
Warmth
💡 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
💻 Medieval Knight color palette CSS
/* CSS */
.color-1 {
color: #4d3c2d;
}
.color-2 {
color: #79695d;
}
.color-3 {
color: #a99f8e;
}
.color-4 {
color: #c4b5a1;
}
.color-5 {
color: #e1d7c7;
}
/* CSS Variables */
:root {
--color-1: #4d3c2d;
--color-2: #79695d;
--color-3: #a99f8e;
--color-4: #c4b5a1;
--color-5: #e1d7c7;
} 🌈 Medieval Knight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3c2d, #79695d, #a99f8e, #c4b5a1, #e1d7c7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3c2d, #79695d, #a99f8e, #c4b5a1, #e1d7c7);
} 🔗 Explore similar color palettes
Medieval Knight color palette created on .