Discover the beautiful Chocolate Tones color palette featuring bistre (#3e2a1e), roman coffee (#7e5b4e), mongoose (#b59c78), akaroa (#d6c3a4) and albescent white (#f2e2c4).
Chocolate Tones Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Chocolate Tones palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Chocolate Tones palette
💻 Chocolate Tones color palette CSS
/* CSS */
.color-1 {
color: #3e2a1e;
}
.color-2 {
color: #7e5b4e;
}
.color-3 {
color: #b59c78;
}
.color-4 {
color: #d6c3a4;
}
.color-5 {
color: #f2e2c4;
}
/* CSS Variables */
:root {
--color-1: #3e2a1e;
--color-2: #7e5b4e;
--color-3: #b59c78;
--color-4: #d6c3a4;
--color-5: #f2e2c4;
}
🌈 Chocolate Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e2a1e, #7e5b4e, #b59c78, #d6c3a4, #f2e2c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e2a1e, #7e5b4e, #b59c78, #d6c3a4, #f2e2c4);
}
🔗 Explore similar color palettes
Chocolate Tones color palette created on .