Dark Red Cherry Color Palette
Discover the beautiful Dark Red Cherry color palette featuring merlot (#791b29), well read (#a52c3a), cabaret (#d44e60), mauvelous (#f28c9d) and pink (#ffb3c7).
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 Cherry palette
💻 Dark Red Cherry color palette CSS
/* CSS */
.color-1 {
color: #791b29;
}
.color-2 {
color: #a52c3a;
}
.color-3 {
color: #d44e60;
}
.color-4 {
color: #f28c9d;
}
.color-5 {
color: #ffb3c7;
}
/* CSS Variables */
:root {
--color-1: #791b29;
--color-2: #a52c3a;
--color-3: #d44e60;
--color-4: #f28c9d;
--color-5: #ffb3c7;
} 🌈 Dark Red Cherry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #791b29, #a52c3a, #d44e60, #f28c9d, #ffb3c7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #791b29, #a52c3a, #d44e60, #f28c9d, #ffb3c7);
} 🔗 Explore similar color palettes
Dark Red Cherry color palette created on .