Camel Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Camel Brown palette
Color Inspiration
Images that showcase this color palette in real designs
Download Camel Brown Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Camel Brown color palette created on .