Espresso Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Espresso Elegance palette
Espresso Elegance color palette CSS
/* CSS */
.color-1 {
color: #d8b86e;
}
.color-2 {
color: #bda056;
}
.color-3 {
color: #a46d3d;
}
.color-4 {
color: #6a4b2f;
}
.color-5 {
color: #3c2c20;
}
/* CSS Variables */
:root {
--color-1: #d8b86e;
--color-2: #bda056;
--color-3: #a46d3d;
--color-4: #6a4b2f;
--color-5: #3c2c20;
}
Espresso Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b86e, #bda056, #a46d3d, #6a4b2f, #3c2c20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b86e, #bda056, #a46d3d, #6a4b2f, #3c2c20);
}
Similar color palettes
Espresso Elegance color palette created on .