Camel Shades Color Palette
Discover the beautiful Camel Shades color palette featuring laser (#d1b36b), tussock (#c69c4e), copper (#b38837), luxor gold (#9b6f31) and dallas (#7e5e2a).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Camel Shades palette
💻 Camel Shades color palette CSS
/* CSS */
.color-1 {
color: #d1b36b;
}
.color-2 {
color: #c69c4e;
}
.color-3 {
color: #b38837;
}
.color-4 {
color: #9b6f31;
}
.color-5 {
color: #7e5e2a;
}
/* CSS Variables */
:root {
--color-1: #d1b36b;
--color-2: #c69c4e;
--color-3: #b38837;
--color-4: #9b6f31;
--color-5: #7e5e2a;
}
🌈 Camel Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b36b, #c69c4e, #b38837, #9b6f31, #7e5e2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b36b, #c69c4e, #b38837, #9b6f31, #7e5e2a);
}
🔗 Explore similar color palettes
Camel Shades color palette created on .