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: #e7b85f;
}
.color-2 {
color: #c29d4c;
}
.color-3 {
color: #f1dab1;
}
.color-4 {
color: #7e5c3a;
}
.color-5 {
color: #da7d4e;
}

/* CSS Variables */
:root {
--color-1: #e7b85f;
--color-2: #c29d4c;
--color-3: #f1dab1;
--color-4: #7e5c3a;
--color-5: #da7d4e;
}

Caramel Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7b85f, #c29d4c, #f1dab1, #7e5c3a, #da7d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7b85f, #c29d4c, #f1dab1, #7e5c3a, #da7d4e);
}

Caramel Brown color palette created on .