Caramel Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Caramel Brown palette

Share this palette to:

Caramel Brown color palette CSS

/* CSS */
.color-1 {
color: #c69c6c;
}
.color-2 {
color: #d6b88a;
}
.color-3 {
color: #e8cea1;
}
.color-4 {
color: #f5e3b2;
}
.color-5 {
color: #e4b672;
}

/* CSS Variables */
:root {
--color-1: #c69c6c;
--color-2: #d6b88a;
--color-3: #e8cea1;
--color-4: #f5e3b2;
--color-5: #e4b672;
}

Caramel Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c69c6c, #d6b88a, #e8cea1, #f5e3b2, #e4b672);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c69c6c, #d6b88a, #e8cea1, #f5e3b2, #e4b672);
}

Caramel Brown color palette created on .