Medieval Adventure Color Palette

Discover the beautiful Medieval Adventure color palette featuring boston blue (#3b7aba), st tropaz (#2d598b), steel blue (#4a8fba), botticelli (#c5d5e2) and sidecar (#f2e8b5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Mountains, Medieval, Bright, Light, Soft Summer, Light Spring, Nature 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 Adventure palette

Share this palette to:

💻 Medieval Adventure color palette CSS

/* CSS */
.color-1 {
color: #3b7aba;
}
.color-2 {
color: #2d598b;
}
.color-3 {
color: #4a8fba;
}
.color-4 {
color: #c5d5e2;
}
.color-5 {
color: #f2e8b5;
}

/* CSS Variables */
:root {
--color-1: #3b7aba;
--color-2: #2d598b;
--color-3: #4a8fba;
--color-4: #c5d5e2;
--color-5: #f2e8b5;
}

🌈 Medieval Adventure background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7aba, #2d598b, #4a8fba, #c5d5e2, #f2e8b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7aba, #2d598b, #4a8fba, #c5d5e2, #f2e8b5);
}

Medieval Adventure color palette created on .