Dark Red Magic Color Palette
Discover the beautiful Dark Red Magic color palette featuring tawny port (#6d2c3d), night shadz (#a32e4d), tapestry (#b75c7c), petite orchid (#da8b91) and mandys pink (#f2b1c0).
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 Magic palette
💻 Dark Red Magic color palette CSS
/* CSS */
.color-1 {
color: #6d2c3d;
}
.color-2 {
color: #a32e4d;
}
.color-3 {
color: #b75c7c;
}
.color-4 {
color: #da8b91;
}
.color-5 {
color: #f2b1c0;
}
/* CSS Variables */
:root {
--color-1: #6d2c3d;
--color-2: #a32e4d;
--color-3: #b75c7c;
--color-4: #da8b91;
--color-5: #f2b1c0;
} 🌈 Dark Red Magic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3d, #a32e4d, #b75c7c, #da8b91, #f2b1c0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3d, #a32e4d, #b75c7c, #da8b91, #f2b1c0);
} 🔗 Explore similar color palettes
Dark Red Magic color palette created on .