Medieval Warm Tones Color Palette

Discover the beautiful Medieval Warm Tones color palette featuring russet (#7c491d), paarl (#a85f2e), raw sienna (#d57c48), saffron (#f6b83c) and astra (#f9e2b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Beige, Brown, Earthy, Medieval, Orange, Retro, Warm, Yellow 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 Warm Tones palette

Share this palette to:

๐Ÿ’ป Medieval Warm Tones color palette CSS

/* CSS */
.color-1 {
color: #7c491d;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d57c48;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f9e2b3;
}

/* CSS Variables */
:root {
--color-1: #7c491d;
--color-2: #a85f2e;
--color-3: #d57c48;
--color-4: #f6b83c;
--color-5: #f9e2b3;
}

๐ŸŒˆ Medieval Warm Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c491d, #a85f2e, #d57c48, #f6b83c, #f9e2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c491d, #a85f2e, #d57c48, #f6b83c, #f9e2b3);
}

Medieval Warm Tones color palette created on .