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 .