Shades of Red Color Palette
Discover the beautiful Shades of Red color palette featuring merlot (#8d1c30), chestnut (#ba404e), charm (#d7798b), wewak (#f2abb1) and cinderella (#fde6e2).
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 Red palette
💻 Shades of Red color palette CSS
/* CSS */
.color-1 {
color: #8d1c30;
}
.color-2 {
color: #ba404e;
}
.color-3 {
color: #d7798b;
}
.color-4 {
color: #f2abb1;
}
.color-5 {
color: #fde6e2;
}
/* CSS Variables */
:root {
--color-1: #8d1c30;
--color-2: #ba404e;
--color-3: #d7798b;
--color-4: #f2abb1;
--color-5: #fde6e2;
} 🌈 Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d1c30, #ba404e, #d7798b, #f2abb1, #fde6e2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d1c30, #ba404e, #d7798b, #f2abb1, #fde6e2);
} 🔗 Explore similar color palettes
Shades of Red color palette created on .