Purple Medieval Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Medieval palette

Share this palette to:

Purple Medieval color palette CSS

/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #a77dcf;
}
.color-3 {
color: #f6c6cf;
}
.color-4 {
color: #f6d44c;
}
.color-5 {
color: #e4a35e;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #a77dcf;
--color-3: #f6c6cf;
--color-4: #f6d44c;
--color-5: #e4a35e;
}

Purple Medieval background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #a77dcf, #f6c6cf, #f6d44c, #e4a35e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #a77dcf, #f6c6cf, #f6d44c, #e4a35e);
}

Purple Medieval color palette created on .