Medieval Color Palette

Discover the beautiful Medieval color palette featuring butterfly bush (#5c4b8b), trendy pink (#8c699b), quicksand (#b59e8c), akaroa (#d6c8a8) and sapling (#e0d1a4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMedieval, Purple, Earthy, Soft, Muted, Antique, Cream, Stone, Wood, Autumn color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Medieval palette

Share this palette to:

💻 Medieval color palette CSS

/* CSS */
.color-1 {
color: #5c4b8b;
}
.color-2 {
color: #8c699b;
}
.color-3 {
color: #b59e8c;
}
.color-4 {
color: #d6c8a8;
}
.color-5 {
color: #e0d1a4;
}

/* CSS Variables */
:root {
--color-1: #5c4b8b;
--color-2: #8c699b;
--color-3: #b59e8c;
--color-4: #d6c8a8;
--color-5: #e0d1a4;
}

🌈 Medieval background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4b8b, #8c699b, #b59e8c, #d6c8a8, #e0d1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4b8b, #8c699b, #b59e8c, #d6c8a8, #e0d1a4);
}

Medieval color palette created on .