Medieval Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Medieval Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Medieval Dream Color Palette (PNG)
Medieval Dream color palette CSS
/* CSS */
.color-1 {
color: #681b98;
}
.color-2 {
color: #8c24a8;
}
.color-3 {
color: #ab47bd;
}
.color-4 {
color: #da1b61;
}
.color-5 {
color: #f06090;
}
/* CSS Variables */
:root {
--color-1: #681b98;
--color-2: #8c24a8;
--color-3: #ab47bd;
--color-4: #da1b61;
--color-5: #f06090;
}
Medieval Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #681b98, #8c24a8, #ab47bd, #da1b61, #f06090);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #681b98, #8c24a8, #ab47bd, #da1b61, #f06090);
}
Similar color palettes
Scroll down to explore 6 Medieval color palettes
Medieval Dream color palette created on .