Clay Brown Color Palette
Discover the beautiful Clay Brown color palette featuring raw sienna (#d68a4c), cashmere (#e4b5a0), brandy (#e0c5a3), sundance (#d1b25c) and copper (#c4793b).
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 Clay Brown palette
💻 Clay Brown color palette CSS
/* CSS */
.color-1 {
color: #d68a4c;
}
.color-2 {
color: #e4b5a0;
}
.color-3 {
color: #e0c5a3;
}
.color-4 {
color: #d1b25c;
}
.color-5 {
color: #c4793b;
}
/* CSS Variables */
:root {
--color-1: #d68a4c;
--color-2: #e4b5a0;
--color-3: #e0c5a3;
--color-4: #d1b25c;
--color-5: #c4793b;
}
🌈 Clay Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d68a4c, #e4b5a0, #e0c5a3, #d1b25c, #c4793b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d68a4c, #e4b5a0, #e0c5a3, #d1b25c, #c4793b);
}
🔗 Explore similar color palettes
Clay Brown color palette created on .