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: #c39969;
}
.color-2 {
color: #d0b66c;
}
.color-3 {
color: #e0c585;
}
.color-4 {
color: #f3d8a5;
}
.color-5 {
color: #f8dfbf;
}

/* CSS Variables */
:root {
--color-1: #c39969;
--color-2: #d0b66c;
--color-3: #e0c585;
--color-4: #f3d8a5;
--color-5: #f8dfbf;
}

Caramel Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c39969, #d0b66c, #e0c585, #f3d8a5, #f8dfbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c39969, #d0b66c, #e0c585, #f3d8a5, #f8dfbf);
}

Caramel Brown color palette created on .