Cafe Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cafe palette

Share this palette to:

Cafe color palette CSS

/* CSS */
.color-1 {
color: #d08f49;
}
.color-2 {
color: #b26938;
}
.color-3 {
color: #a14c2b;
}
.color-4 {
color: #86361d;
}
.color-5 {
color: #662815;
}

/* CSS Variables */
:root {
--color-1: #d08f49;
--color-2: #b26938;
--color-3: #a14c2b;
--color-4: #86361d;
--color-5: #662815;
}

Cafe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d08f49, #b26938, #a14c2b, #86361d, #662815);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d08f49, #b26938, #a14c2b, #86361d, #662815);
}

Similar color palettes

Cafe color palette created on .