Brown Cafe Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Cafe palette

Share this palette to:

Brown Cafe color palette CSS

/* CSS */
.color-1 {
color: #c68b3f;
}
.color-2 {
color: #ceb78d;
}
.color-3 {
color: #e1d5c1;
}
.color-4 {
color: #f2e6d4;
}
.color-5 {
color: #a65c3a;
}

/* CSS Variables */
:root {
--color-1: #c68b3f;
--color-2: #ceb78d;
--color-3: #e1d5c1;
--color-4: #f2e6d4;
--color-5: #a65c3a;
}

Brown Cafe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c68b3f, #ceb78d, #e1d5c1, #f2e6d4, #a65c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c68b3f, #ceb78d, #e1d5c1, #f2e6d4, #a65c3a);
}

Brown Cafe color palette created on .