Brown Cafe Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Cafe palette
Color Inspiration
Images that showcase this color palette in real designs
Download Brown Cafe Color Palette (PNG)
Brown Cafe color palette CSS
/* CSS */
.color-1 {
color: #3a2922;
}
.color-2 {
color: #7d5c4a;
}
.color-3 {
color: #b89b8e;
}
.color-4 {
color: #d6c1b3;
}
.color-5 {
color: #f4e4d2;
}
/* CSS Variables */
:root {
--color-1: #3a2922;
--color-2: #7d5c4a;
--color-3: #b89b8e;
--color-4: #d6c1b3;
--color-5: #f4e4d2;
}
Brown Cafe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2922, #7d5c4a, #b89b8e, #d6c1b3, #f4e4d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2922, #7d5c4a, #b89b8e, #d6c1b3, #f4e4d2);
}
Similar color palettes
Brown Cafe color palette created on .