Elegant Coffee Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elegant Coffee palette
Elegant Coffee color palette PNG image
Elegant Coffee color palette CSS
/* CSS */
.color-1 {
color: #5d7d4a;
}
.color-2 {
color: #b6c9a6;
}
.color-3 {
color: #e6d8b2;
}
.color-4 {
color: #c89f6a;
}
.color-5 {
color: #7e4f3a;
}
/* CSS Variables */
:root {
--color-1: #5d7d4a;
--color-2: #b6c9a6;
--color-3: #e6d8b2;
--color-4: #c89f6a;
--color-5: #7e4f3a;
}
Elegant Coffee background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d7d4a, #b6c9a6, #e6d8b2, #c89f6a, #7e4f3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d7d4a, #b6c9a6, #e6d8b2, #c89f6a, #7e4f3a);
}
Similar color palettes
Scroll down to explore 10+ Elegant color palettes
Elegant Coffee color palette created on .