Dark Red Elegance Color Palette
Discover the beautiful Dark Red Elegance color palette featuring heath (#4d0f0f), old brick (#9c1c1c), fuzzy wuzzy brown (#c94f4f), shilo (#eab8b8) and mine shaft (#1f1f1f).
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 Dark Red Elegance palette
💻 Dark Red Elegance color palette CSS
/* CSS */
.color-1 {
color: #4d0f0f;
}
.color-2 {
color: #9c1c1c;
}
.color-3 {
color: #c94f4f;
}
.color-4 {
color: #eab8b8;
}
.color-5 {
color: #1f1f1f;
}
/* CSS Variables */
:root {
--color-1: #4d0f0f;
--color-2: #9c1c1c;
--color-3: #c94f4f;
--color-4: #eab8b8;
--color-5: #1f1f1f;
} 🌈 Dark Red Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d0f0f, #9c1c1c, #c94f4f, #eab8b8, #1f1f1f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d0f0f, #9c1c1c, #c94f4f, #eab8b8, #1f1f1f);
} 🔗 Explore similar color palettes
Dark Red Elegance color palette created on .