Myth Maroon Color Palette
Discover the beautiful Myth Maroon color palette featuring monarch (#820d24), flush mahogany (#c94052), sandy brown (#f4a662), sidecar (#f1e0b7) and buccaneer (#5a2b2d).
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 Myth Maroon palette
💻 Myth Maroon color palette CSS
/* CSS */
.color-1 {
color: #820d24;
}
.color-2 {
color: #c94052;
}
.color-3 {
color: #f4a662;
}
.color-4 {
color: #f1e0b7;
}
.color-5 {
color: #5a2b2d;
}
/* CSS Variables */
:root {
--color-1: #820d24;
--color-2: #c94052;
--color-3: #f4a662;
--color-4: #f1e0b7;
--color-5: #5a2b2d;
} 🌈 Myth Maroon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #820d24, #c94052, #f4a662, #f1e0b7, #5a2b2d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #820d24, #c94052, #f4a662, #f1e0b7, #5a2b2d);
} 🔗 Explore similar color palettes
Myth Maroon color palette created on .