Cafe Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cafe Brown palette

Share this palette to:

Cafe Brown color palette PNG image

Download cafe brown color palette PNG image (landscape)
Download cafe brown color palette PNG image (square)

Cafe Brown color palette CSS

/* CSS */
.color-1 {
color: #cc9a71;
}
.color-2 {
color: #8d5534;
}
.color-3 {
color: #dbb88f;
}
.color-4 {
color: #d39664;
}
.color-5 {
color: #e0c7a3;
}

/* CSS Variables */
:root {
--color-1: #cc9a71;
--color-2: #8d5534;
--color-3: #dbb88f;
--color-4: #d39664;
--color-5: #e0c7a3;
}

Cafe Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cc9a71, #8d5534, #dbb88f, #d39664, #e0c7a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cc9a71, #8d5534, #dbb88f, #d39664, #e0c7a3);
}

Cafe Brown color palette created on .