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: #c68a4e;
}
.color-2 {
color: #d79f5b;
}
.color-3 {
color: #e6b76b;
}
.color-4 {
color: #dfc9a4;
}
.color-5 {
color: #8c3b3b;
}

/* CSS Variables */
:root {
--color-1: #c68a4e;
--color-2: #d79f5b;
--color-3: #e6b76b;
--color-4: #dfc9a4;
--color-5: #8c3b3b;
}

Caramel Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c68a4e, #d79f5b, #e6b76b, #dfc9a4, #8c3b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c68a4e, #d79f5b, #e6b76b, #dfc9a4, #8c3b3b);
}

Caramel Brown color palette created on .