Espresso Shades Color Palette
Discover the beautiful Espresso Shades color palette featuring mondo (#4a3b30), pine cone (#6e5b4e), laser (#c5a56d), brandy (#dac68b) and wheat (#f2e0ab).
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 Espresso Shades palette
💻 Espresso Shades color palette CSS
/* CSS */
.color-1 {
color: #4a3b30;
}
.color-2 {
color: #6e5b4e;
}
.color-3 {
color: #c5a56d;
}
.color-4 {
color: #dac68b;
}
.color-5 {
color: #f2e0ab;
}
/* CSS Variables */
:root {
--color-1: #4a3b30;
--color-2: #6e5b4e;
--color-3: #c5a56d;
--color-4: #dac68b;
--color-5: #f2e0ab;
}
🌈 Espresso Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3b30, #6e5b4e, #c5a56d, #dac68b, #f2e0ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3b30, #6e5b4e, #c5a56d, #dac68b, #f2e0ab);
}
🔗 Explore similar color palettes
Espresso Shades color palette created on .