Espresso Elegance Color Palette
Discover the beautiful Espresso Elegance color palette featuring quincy (#5b3a29), santa fe (#a96b51), cameo (#d7b59d), brandy (#e2cca1) and parchment (#f1e6d0).
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: #5b3a29;
}
.color-2 {
color: #a96b51;
}
.color-3 {
color: #d7b59d;
}
.color-4 {
color: #e2cca1;
}
.color-5 {
color: #f1e6d0;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #a96b51;
--color-3: #d7b59d;
--color-4: #e2cca1;
--color-5: #f1e6d0;
} 🌈 Espresso Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #a96b51, #d7b59d, #e2cca1, #f1e6d0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #a96b51, #d7b59d, #e2cca1, #f1e6d0);
} 🔗 Explore similar color palettes
Espresso Elegance color palette created on .