Espresso Elegance Color Palette
Discover the beautiful Espresso Elegance color palette featuring nutmeg (#7a4a2a), cape palliser (#a46b3d), di serria (#d69861), hampton (#e5cda9) and wheat (#f6e2c1).
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 Elegance palette
💻 Espresso Elegance color palette CSS
/* CSS */
.color-1 {
color: #7a4a2a;
}
.color-2 {
color: #a46b3d;
}
.color-3 {
color: #d69861;
}
.color-4 {
color: #e5cda9;
}
.color-5 {
color: #f6e2c1;
}
/* CSS Variables */
:root {
--color-1: #7a4a2a;
--color-2: #a46b3d;
--color-3: #d69861;
--color-4: #e5cda9;
--color-5: #f6e2c1;
} 🌈 Espresso Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a4a2a, #a46b3d, #d69861, #e5cda9, #f6e2c1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a4a2a, #a46b3d, #d69861, #e5cda9, #f6e2c1);
} 🔗 Explore similar color palettes
Espresso Elegance color palette created on .