Medieval Trivia Color Palette

Discover the beautiful Medieval Trivia color palette featuring trendy pink (#8b5f95), lily (#c69fb4), akaroa (#d8c9a6), mongoose (#b7b17b) and pixie green (#c3d7b7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMedieval, Quiz, Earthy, Soft, Green, Pink, Beige, Vintage, Neutral, Light 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 Trivia palette

Share this palette to:

💻 Medieval Trivia color palette CSS

/* CSS */
.color-1 {
color: #8b5f95;
}
.color-2 {
color: #c69fb4;
}
.color-3 {
color: #d8c9a6;
}
.color-4 {
color: #b7b17b;
}
.color-5 {
color: #c3d7b7;
}

/* CSS Variables */
:root {
--color-1: #8b5f95;
--color-2: #c69fb4;
--color-3: #d8c9a6;
--color-4: #b7b17b;
--color-5: #c3d7b7;
}

🌈 Medieval Trivia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b5f95, #c69fb4, #d8c9a6, #b7b17b, #c3d7b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b5f95, #c69fb4, #d8c9a6, #b7b17b, #c3d7b7);
}

Medieval Trivia color palette created on .