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 CSS

/* CSS */
.color-1 {
color: #a3057e;
}
.color-2 {
color: #cb069d;
}
.color-3 {
color: #e30de3;
}
.color-4 {
color: #f50529;
}
.color-5 {
color: #fd3f49;
}

/* CSS Variables */
:root {
--color-1: #a3057e;
--color-2: #cb069d;
--color-3: #e30de3;
--color-4: #f50529;
--color-5: #fd3f49;
}

Medieval Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3057e, #cb069d, #e30de3, #f50529, #fd3f49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3057e, #cb069d, #e30de3, #f50529, #fd3f49);
}

Medieval Dream color palette created on .