The Emperor Color Palette
Discover the beautiful The Emperor color palette featuring camelot (#8e2e46), contessa (#c55e7b), sandy brown (#f4a462), putty (#e8c68c) and kabul (#5a4c3a).
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 The Emperor palette
💻 The Emperor color palette CSS
/* CSS */
.color-1 {
color: #8e2e46;
}
.color-2 {
color: #c55e7b;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #e8c68c;
}
.color-5 {
color: #5a4c3a;
}
/* CSS Variables */
:root {
--color-1: #8e2e46;
--color-2: #c55e7b;
--color-3: #f4a462;
--color-4: #e8c68c;
--color-5: #5a4c3a;
} 🌈 The Emperor background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e2e46, #c55e7b, #f4a462, #e8c68c, #5a4c3a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e2e46, #c55e7b, #f4a462, #e8c68c, #5a4c3a);
} 🔗 Explore similar color palettes
The Emperor color palette created on .