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: #d9c29b;
}
.color-2 {
color: #bdaa8f;
}
.color-3 {
color: #a67c6e;
}
.color-4 {
color: #c5a89b;
}
.color-5 {
color: #7e5b4e;
}

/* CSS Variables */
:root {
--color-1: #d9c29b;
--color-2: #bdaa8f;
--color-3: #a67c6e;
--color-4: #c5a89b;
--color-5: #7e5b4e;
}

Brown Cafe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c29b, #bdaa8f, #a67c6e, #c5a89b, #7e5b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c29b, #bdaa8f, #a67c6e, #c5a89b, #7e5b4e);
}

Brown Cafe color palette created on .