Middle Ages Color Palette
Discover the beautiful Middle Ages color palette featuring kumera (#895b29), whiskey (#d0a66c), shingle fawn (#6a4e2f), brown rust (#aa603c) and indian khaki (#c2b180).
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 Middle Ages palette
💻 Middle Ages color palette CSS
/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #d0a66c;
}
.color-3 {
color: #6a4e2f;
}
.color-4 {
color: #aa603c;
}
.color-5 {
color: #c2b180;
}
/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d0a66c;
--color-3: #6a4e2f;
--color-4: #aa603c;
--color-5: #c2b180;
}
🌈 Middle Ages background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d0a66c, #6a4e2f, #aa603c, #c2b180);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d0a66c, #6a4e2f, #aa603c, #c2b180);
}
🔗 Explore similar color palettes
Middle Ages color palette created on .