Café Confectionery Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Café Confectionery palette
Café Confectionery color palette CSS
/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #caae8c;
}
.color-3 {
color: #e8cbb0;
}
.color-4 {
color: #f0d8a3;
}
.color-5 {
color: #714e38;
}
/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #caae8c;
--color-3: #e8cbb0;
--color-4: #f0d8a3;
--color-5: #714e38;
}
Café Confectionery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #caae8c, #e8cbb0, #f0d8a3, #714e38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #caae8c, #e8cbb0, #f0d8a3, #714e38);
}
Similar color palettes
Café Confectionery color palette created on .