Toffee Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Toffee Brown palette

Share this palette to:

Download Toffee Brown Color Palette (PNG)

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

Toffee Brown color palette CSS

/* CSS */
.color-1 {
color: #c1a26c;
}
.color-2 {
color: #b68d54;
}
.color-3 {
color: #d7b56a;
}
.color-4 {
color: #e0c2a3;
}
.color-5 {
color: #b57e5e;
}

/* CSS Variables */
:root {
--color-1: #c1a26c;
--color-2: #b68d54;
--color-3: #d7b56a;
--color-4: #e0c2a3;
--color-5: #b57e5e;
}

Toffee Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1a26c, #b68d54, #d7b56a, #e0c2a3, #b57e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1a26c, #b68d54, #d7b56a, #e0c2a3, #b57e5e);
}

Toffee Brown color palette created on .