Medieval Ballroom Sun Color Palette
Discover the beautiful Medieval Ballroom Sun color palette featuring di serria (#d6a95c), tussock (#c89c3c), copper (#a86d2e), old copper (#6e4f2b) and bistre (#402e20).
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 Ballroom Sun palette
๐ป Medieval Ballroom Sun color palette CSS
/* CSS */
.color-1 {
color: #d6a95c;
}
.color-2 {
color: #c89c3c;
}
.color-3 {
color: #a86d2e;
}
.color-4 {
color: #6e4f2b;
}
.color-5 {
color: #402e20;
}
/* CSS Variables */
:root {
--color-1: #d6a95c;
--color-2: #c89c3c;
--color-3: #a86d2e;
--color-4: #6e4f2b;
--color-5: #402e20;
} ๐ Medieval Ballroom Sun background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a95c, #c89c3c, #a86d2e, #6e4f2b, #402e20);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a95c, #c89c3c, #a86d2e, #6e4f2b, #402e20);
} ๐ Explore similar color palettes
Medieval Ballroom Sun color palette created on .