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: #c8a05b;
}
.color-2 {
color: #e2b25a;
}
.color-3 {
color: #f5d27f;
}
.color-4 {
color: #f9e9b9;
}
.color-5 {
color: #c5a06d;
}

/* CSS Variables */
:root {
--color-1: #c8a05b;
--color-2: #e2b25a;
--color-3: #f5d27f;
--color-4: #f9e9b9;
--color-5: #c5a06d;
}

Caramel Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8a05b, #e2b25a, #f5d27f, #f9e9b9, #c5a06d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8a05b, #e2b25a, #f5d27f, #f9e9b9, #c5a06d);
}

Caramel Brown color palette created on .