Camel Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Camel Brown palette

Share this palette to:

Download Camel Brown Color Palette (PNG)

Download camel brown color palette PNG image (landscape)
Download camel brown color palette PNG image (square)

Camel Brown color palette CSS

/* CSS */
.color-1 {
color: #d6b657;
}
.color-2 {
color: #c9a45e;
}
.color-3 {
color: #b89c61;
}
.color-4 {
color: #a68e59;
}
.color-5 {
color: #907e4c;
}

/* CSS Variables */
:root {
--color-1: #d6b657;
--color-2: #c9a45e;
--color-3: #b89c61;
--color-4: #a68e59;
--color-5: #907e4c;
}

Camel Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b657, #c9a45e, #b89c61, #a68e59, #907e4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b657, #c9a45e, #b89c61, #a68e59, #907e4c);
}

Camel Brown color palette created on .