Brown Bespoke Color Palette
Discover the beautiful Brown Bespoke color palette featuring di serria (#d9a859), copper (#c77d3d), copper (#a76b2f), yellow metal (#7d5c3b) and kelp (#4a4d3d).
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 Brown Bespoke palette
💻 Brown Bespoke color palette CSS
/* CSS */
.color-1 {
color: #d9a859;
}
.color-2 {
color: #c77d3d;
}
.color-3 {
color: #a76b2f;
}
.color-4 {
color: #7d5c3b;
}
.color-5 {
color: #4a4d3d;
}
/* CSS Variables */
:root {
--color-1: #d9a859;
--color-2: #c77d3d;
--color-3: #a76b2f;
--color-4: #7d5c3b;
--color-5: #4a4d3d;
}
🌈 Brown Bespoke background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a859, #c77d3d, #a76b2f, #7d5c3b, #4a4d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a859, #c77d3d, #a76b2f, #7d5c3b, #4a4d3d);
}
🔗 Explore similar color palettes
Brown Bespoke color palette created on .