Medieval Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Medieval Dream palette

Share this palette to:

Medieval Dream color palette PNG image

Download medieval dream color palette PNG image (landscape)
Download medieval dream color palette PNG image (square)

Medieval Dream color palette CSS

/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #8a5da2;
}
.color-3 {
color: #c5a8c7;
}
.color-4 {
color: #f3e8b4;
}
.color-5 {
color: #e0b2b9;
}

/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #8a5da2;
--color-3: #c5a8c7;
--color-4: #f3e8b4;
--color-5: #e0b2b9;
}

Medieval Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #8a5da2, #c5a8c7, #f3e8b4, #e0b2b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #8a5da2, #c5a8c7, #f3e8b4, #e0b2b9);
}

Similar color palettes

Medieval Dream color palette created on .