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: #e6b970;
}
.color-2 {
color: #daa262;
}
.color-3 {
color: #c86f46;
}
.color-4 {
color: #f1bf6a;
}
.color-5 {
color: #e7aa55;
}

/* CSS Variables */
:root {
--color-1: #e6b970;
--color-2: #daa262;
--color-3: #c86f46;
--color-4: #f1bf6a;
--color-5: #e7aa55;
}

Caramel Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b970, #daa262, #c86f46, #f1bf6a, #e7aa55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b970, #daa262, #c86f46, #f1bf6a, #e7aa55);
}

Caramel Brown color palette created on .