Medieval Fantasy Color Palette

Discover the beautiful Medieval Fantasy color palette featuring eggplant (#5e3b49), bouquet (#a67d8e), careys pink (#d2a7b4), desert sand (#e9c7a5) and sorrell brown (#d3ba9c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMedieval, Earthy, Soft 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 Fantasy palette

Share this palette to:

💻 Medieval Fantasy color palette CSS

/* CSS */
.color-1 {
color: #5e3b49;
}
.color-2 {
color: #a67d8e;
}
.color-3 {
color: #d2a7b4;
}
.color-4 {
color: #e9c7a5;
}
.color-5 {
color: #d3ba9c;
}

/* CSS Variables */
:root {
--color-1: #5e3b49;
--color-2: #a67d8e;
--color-3: #d2a7b4;
--color-4: #e9c7a5;
--color-5: #d3ba9c;
}

🌈 Medieval Fantasy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e3b49, #a67d8e, #d2a7b4, #e9c7a5, #d3ba9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e3b49, #a67d8e, #d2a7b4, #e9c7a5, #d3ba9c);
}

Medieval Fantasy color palette created on .