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: #2d2925;
}
.color-2 {
color: #4b4744;
}
.color-3 {
color: #7a7975;
}
.color-4 {
color: #b1adaa;
}
.color-5 {
color: #e6e2e0;
}
/* CSS Variables */
:root {
--color-1: #2d2925;
--color-2: #4b4744;
--color-3: #7a7975;
--color-4: #b1adaa;
--color-5: #e6e2e0;
}
Espresso Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2925, #4b4744, #7a7975, #b1adaa, #e6e2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2925, #4b4744, #7a7975, #b1adaa, #e6e2e0);
}
Similar color palettes
Espresso Elegance color palette created on .