Cafe Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cafe palette
Cafe color palette CSS
/* CSS */
.color-1 {
color: #936c5c;
}
.color-2 {
color: #685345;
}
.color-3 {
color: #523b32;
}
.color-4 {
color: #412a1f;
}
.color-5 {
color: #2d1c16;
}
/* CSS Variables */
:root {
--color-1: #936c5c;
--color-2: #685345;
--color-3: #523b32;
--color-4: #412a1f;
--color-5: #2d1c16;
}
Cafe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #936c5c, #685345, #523b32, #412a1f, #2d1c16);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #936c5c, #685345, #523b32, #412a1f, #2d1c16);
}
Similar color palettes
Cafe color palette created on .