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: #b67b5d;
}
.color-3 {
color: #a65e4e;
}
.color-4 {
color: #e1c6a8;
}
.color-5 {
color: #f6e1b6;
}

/* CSS Variables */
:root {
--color-1: #d19b6b;
--color-2: #b67b5d;
--color-3: #a65e4e;
--color-4: #e1c6a8;
--color-5: #f6e1b6;
}

Caramel Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19b6b, #b67b5d, #a65e4e, #e1c6a8, #f6e1b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19b6b, #b67b5d, #a65e4e, #e1c6a8, #f6e1b6);
}

Caramel Brown color palette created on .