Dark Cherry Color Palette
Discover the beautiful Dark Cherry color palette featuring tawny port (#6a293d), au chico (#9c5e6d), just right (#e8cab5), cashmere (#e0af9e) and we peep (#faeaea).
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 Cherry palette
💻 Dark Cherry color palette CSS
/* CSS */
.color-1 {
color: #6a293d;
}
.color-2 {
color: #9c5e6d;
}
.color-3 {
color: #e8cab5;
}
.color-4 {
color: #e0af9e;
}
.color-5 {
color: #faeaea;
}
/* CSS Variables */
:root {
--color-1: #6a293d;
--color-2: #9c5e6d;
--color-3: #e8cab5;
--color-4: #e0af9e;
--color-5: #faeaea;
} 🌈 Dark Cherry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a293d, #9c5e6d, #e8cab5, #e0af9e, #faeaea);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a293d, #9c5e6d, #e8cab5, #e0af9e, #faeaea);
} 🔗 Explore similar color palettes
Dark Cherry color palette created on .