Middle Ages Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Middle Ages palette
Color Inspiration
Images that showcase this color palette in real designs
Download Middle Ages Color Palette (PNG)
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);
}
Similar color palettes
Middle Ages color palette created on .