Dark Red Shades Color Palette
Discover the beautiful Dark Red Shades color palette featuring sepia black (#2b0303), rebel (#380505), bulgarian rose (#460606), heath (#4d0f0f) and espresso (#551616).
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 Shades palette
💻 Dark Red Shades color palette CSS
/* CSS */
.color-1 {
color: #2b0303;
}
.color-2 {
color: #380505;
}
.color-3 {
color: #460606;
}
.color-4 {
color: #4d0f0f;
}
.color-5 {
color: #551616;
}
/* CSS Variables */
:root {
--color-1: #2b0303;
--color-2: #380505;
--color-3: #460606;
--color-4: #4d0f0f;
--color-5: #551616;
} 🌈 Dark Red Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b0303, #380505, #460606, #4d0f0f, #551616);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b0303, #380505, #460606, #4d0f0f, #551616);
} 🔗 Explore similar color palettes
Dark Red Shades color palette created on .