Medieval Castle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Medieval Castle palette
Download Medieval Castle Color Palette (PNG)
Medieval Castle color palette CSS
/* CSS */
.color-1 {
color: #5b4b8b;
}
.color-2 {
color: #916b9e;
}
.color-3 {
color: #c5a5b8;
}
.color-4 {
color: #e9caa5;
}
.color-5 {
color: #c99b59;
}
/* CSS Variables */
:root {
--color-1: #5b4b8b;
--color-2: #916b9e;
--color-3: #c5a5b8;
--color-4: #e9caa5;
--color-5: #c99b59;
}
Medieval Castle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4b8b, #916b9e, #c5a5b8, #e9caa5, #c99b59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4b8b, #916b9e, #c5a5b8, #e9caa5, #c99b59);
}
Similar color palettes
Scroll down to explore 6 Medieval color palettes
Medieval Castle color palette created on .