Deep Red Shades Color Palette
Discover the beautiful Deep Red Shades color palette featuring red berry (#8a0000), persian red (#c92c2c), roman (#e05c5c), wewak (#f2a2a1) and your pink (#ffc2c2).
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 Deep Red Shades palette
💻 Deep Red Shades color palette CSS
/* CSS */
.color-1 {
color: #8a0000;
}
.color-2 {
color: #c92c2c;
}
.color-3 {
color: #e05c5c;
}
.color-4 {
color: #f2a2a1;
}
.color-5 {
color: #ffc2c2;
}
/* CSS Variables */
:root {
--color-1: #8a0000;
--color-2: #c92c2c;
--color-3: #e05c5c;
--color-4: #f2a2a1;
--color-5: #ffc2c2;
} 🌈 Deep Red Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a0000, #c92c2c, #e05c5c, #f2a2a1, #ffc2c2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a0000, #c92c2c, #e05c5c, #f2a2a1, #ffc2c2);
} 🔗 Explore similar color palettes
Deep Red Shades color palette created on .