Caramel Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Caramel Brown palette

Share this palette to:

Download Caramel Brown Color Palette (PNG)

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

Caramel Brown color palette CSS

/* CSS */
.color-1 {
color: #d19b6b;
}
.color-2 {
color: #b8704c;
}
.color-3 {
color: #a55d3b;
}
.color-4 {
color: #8b4b2d;
}
.color-5 {
color: #7a3d24;
}

/* CSS Variables */
:root {
--color-1: #d19b6b;
--color-2: #b8704c;
--color-3: #a55d3b;
--color-4: #8b4b2d;
--color-5: #7a3d24;
}

Caramel Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19b6b, #b8704c, #a55d3b, #8b4b2d, #7a3d24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19b6b, #b8704c, #a55d3b, #8b4b2d, #7a3d24);
}

Caramel Brown color palette created on .