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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Medieval Warm Tones color palette created on .