Magical Empress Color Palette
Discover the beautiful Magical Empress color palette featuring brick red (#d72d4c), jaffa (#f1723b), cream can (#f4c74e), ocean green (#4cae80) and cerulean (#0092d6).
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 Magical Empress palette
💻 Magical Empress color palette CSS
/* CSS */
.color-1 {
color: #d72d4c;
}
.color-2 {
color: #f1723b;
}
.color-3 {
color: #f4c74e;
}
.color-4 {
color: #4cae80;
}
.color-5 {
color: #0092d6;
}
/* CSS Variables */
:root {
--color-1: #d72d4c;
--color-2: #f1723b;
--color-3: #f4c74e;
--color-4: #4cae80;
--color-5: #0092d6;
} 🌈 Magical Empress background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d72d4c, #f1723b, #f4c74e, #4cae80, #0092d6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d72d4c, #f1723b, #f4c74e, #4cae80, #0092d6);
} 🔗 Explore similar color palettes
Magical Empress color palette created on .