Chocolate Lovers Color Palette
Discover the beautiful Chocolate Lovers color palette featuring mondo (#4e3b31), russett (#755c52), coral tree (#a7796c), cameo (#d4b09b) and parchment (#f0e0d1).
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 Chocolate Lovers palette
💻 Chocolate Lovers color palette CSS
/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #755c52;
}
.color-3 {
color: #a7796c;
}
.color-4 {
color: #d4b09b;
}
.color-5 {
color: #f0e0d1;
}
/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #755c52;
--color-3: #a7796c;
--color-4: #d4b09b;
--color-5: #f0e0d1;
} 🌈 Chocolate Lovers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #755c52, #a7796c, #d4b09b, #f0e0d1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #755c52, #a7796c, #d4b09b, #f0e0d1);
} 🔗 Explore similar color palettes
Chocolate Lovers color palette created on .