Buck Color Palette
Discover the beautiful Buck color palette featuring saddle (#4e3028), tobacco brown (#715441), domino (#8f7657), gurkha (#9a9d72) and avocado (#7b8a5c).
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 Buck palette
💻 Buck color palette CSS
/* CSS */
.color-1 {
color: #4e3028;
}
.color-2 {
color: #715441;
}
.color-3 {
color: #8f7657;
}
.color-4 {
color: #9a9d72;
}
.color-5 {
color: #7b8a5c;
}
/* CSS Variables */
:root {
--color-1: #4e3028;
--color-2: #715441;
--color-3: #8f7657;
--color-4: #9a9d72;
--color-5: #7b8a5c;
} 🌈 Buck background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3028, #715441, #8f7657, #9a9d72, #7b8a5c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3028, #715441, #8f7657, #9a9d72, #7b8a5c);
} 🔗 Explore similar color palettes
Buck color palette created on .