Cafe Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cafe palette

Share this palette to:

Download Cafe Color Palette (PNG)

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

Cafe color palette CSS

/* CSS */
.color-1 {
color: #4a3b30;
}
.color-2 {
color: #7d6a59;
}
.color-3 {
color: #a89b8f;
}
.color-4 {
color: #d7c5b2;
}
.color-5 {
color: #f4e1d2;
}

/* CSS Variables */
:root {
--color-1: #4a3b30;
--color-2: #7d6a59;
--color-3: #a89b8f;
--color-4: #d7c5b2;
--color-5: #f4e1d2;
}

Cafe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3b30, #7d6a59, #a89b8f, #d7c5b2, #f4e1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3b30, #7d6a59, #a89b8f, #d7c5b2, #f4e1d2);
}

Cafe color palette created on .