Medieval Charm Color Palette
Discover the beautiful Medieval Charm color palette featuring tobacco brown (#6d5c4a), arrowtown (#9b8a6f), coral reef (#c3ba9d), grain brown (#e3d3b5) and parchment (#f1e5d0).
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 Charm palette
💻 Medieval Charm color palette CSS
/* CSS */
.color-1 {
color: #6d5c4a;
}
.color-2 {
color: #9b8a6f;
}
.color-3 {
color: #c3ba9d;
}
.color-4 {
color: #e3d3b5;
}
.color-5 {
color: #f1e5d0;
}
/* CSS Variables */
:root {
--color-1: #6d5c4a;
--color-2: #9b8a6f;
--color-3: #c3ba9d;
--color-4: #e3d3b5;
--color-5: #f1e5d0;
} 🌈 Medieval Charm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d5c4a, #9b8a6f, #c3ba9d, #e3d3b5, #f1e5d0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d5c4a, #9b8a6f, #c3ba9d, #e3d3b5, #f1e5d0);
} 🔗 Explore similar color palettes
Medieval Charm color palette created on .