Cafe Confections Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cafe Confections palette

Share this palette to:

Cafe Confections color palette PNG image

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

Cafe Confections color palette CSS

/* CSS */
.color-1 {
color: #8d5b3a;
}
.color-2 {
color: #b59973;
}
.color-3 {
color: #d5c39f;
}
.color-4 {
color: #f3e2b4;
}
.color-5 {
color: #f3c5a0;
}

/* CSS Variables */
:root {
--color-1: #8d5b3a;
--color-2: #b59973;
--color-3: #d5c39f;
--color-4: #f3e2b4;
--color-5: #f3c5a0;
}

Cafe Confections background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d5b3a, #b59973, #d5c39f, #f3e2b4, #f3c5a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d5b3a, #b59973, #d5c39f, #f3e2b4, #f3c5a0);
}

Cafe Confections color palette created on .