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: #d8a52c;
}
.color-2 {
color: #b3893d;
}
.color-3 {
color: #80694d;
}
.color-4 {
color: #e4c4a0;
}
.color-5 {
color: #f4e2c3;
}

/* CSS Variables */
:root {
--color-1: #d8a52c;
--color-2: #b3893d;
--color-3: #80694d;
--color-4: #e4c4a0;
--color-5: #f4e2c3;
}

Caramel Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a52c, #b3893d, #80694d, #e4c4a0, #f4e2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a52c, #b3893d, #80694d, #e4c4a0, #f4e2c3);
}

Caramel Brown color palette created on .