Time Travel to the Middle Ages Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Time Travel to the Middle Ages palette
Time Travel to the Middle Ages color palette PNG image
Time Travel to the Middle Ages color palette CSS
/* CSS */
.color-1 {
color: #804a2d;
}
.color-2 {
color: #c88a5b;
}
.color-3 {
color: #e2c69c;
}
.color-4 {
color: #f3e8d3;
}
.color-5 {
color: #b4d9d4;
}
/* CSS Variables */
:root {
--color-1: #804a2d;
--color-2: #c88a5b;
--color-3: #e2c69c;
--color-4: #f3e8d3;
--color-5: #b4d9d4;
}
Time Travel to the Middle Ages background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #804a2d, #c88a5b, #e2c69c, #f3e8d3, #b4d9d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #804a2d, #c88a5b, #e2c69c, #f3e8d3, #b4d9d4);
}
Similar color palettes
Time Travel to the Middle Ages color palette created on .