Shades of Mahogany Color Palette
Discover the beautiful Shades of Mahogany color palette featuring finn (#502b4e), strikemaster (#9f5b7f), eunry (#d7a7a2), manhattan (#f4c7a4) and dairy cream (#f7e3b0).
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 Shades of Mahogany palette
💻 Shades of Mahogany color palette CSS
/* CSS */
.color-1 {
color: #502b4e;
}
.color-2 {
color: #9f5b7f;
}
.color-3 {
color: #d7a7a2;
}
.color-4 {
color: #f4c7a4;
}
.color-5 {
color: #f7e3b0;
}
/* CSS Variables */
:root {
--color-1: #502b4e;
--color-2: #9f5b7f;
--color-3: #d7a7a2;
--color-4: #f4c7a4;
--color-5: #f7e3b0;
} 🌈 Shades of Mahogany background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #502b4e, #9f5b7f, #d7a7a2, #f4c7a4, #f7e3b0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #502b4e, #9f5b7f, #d7a7a2, #f4c7a4, #f7e3b0);
} 🔗 Explore similar color palettes
Shades of Mahogany color palette created on .