Medieval Sun Kingdom Color Palette
Discover the beautiful Medieval Sun Kingdom color palette featuring bull shot (#7f4c24), tussock (#c68d3f), cashmere (#e3c5a1), mint julep (#f2e6c4) and corvette (#f9d4a4).
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 Sun Kingdom palette
💻 Medieval Sun Kingdom color palette CSS
/* CSS */
.color-1 {
color: #7f4c24;
}
.color-2 {
color: #c68d3f;
}
.color-3 {
color: #e3c5a1;
}
.color-4 {
color: #f2e6c4;
}
.color-5 {
color: #f9d4a4;
}
/* CSS Variables */
:root {
--color-1: #7f4c24;
--color-2: #c68d3f;
--color-3: #e3c5a1;
--color-4: #f2e6c4;
--color-5: #f9d4a4;
} 🌈 Medieval Sun Kingdom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f4c24, #c68d3f, #e3c5a1, #f2e6c4, #f9d4a4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f4c24, #c68d3f, #e3c5a1, #f2e6c4, #f9d4a4);
} 🔗 Explore similar color palettes
Medieval Sun Kingdom color palette created on .