Herbal Umber Color Palette
Discover the beautiful Herbal Umber color palette featuring saddle (#4f3b26), roman coffee (#7a5b4d), sandal (#a77e6c), coral reef (#c5b69b) and bone (#e3d1c4).
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 Herbal Umber palette
💻 Herbal Umber color palette CSS
/* CSS */
.color-1 {
color: #4f3b26;
}
.color-2 {
color: #7a5b4d;
}
.color-3 {
color: #a77e6c;
}
.color-4 {
color: #c5b69b;
}
.color-5 {
color: #e3d1c4;
}
/* CSS Variables */
:root {
--color-1: #4f3b26;
--color-2: #7a5b4d;
--color-3: #a77e6c;
--color-4: #c5b69b;
--color-5: #e3d1c4;
} 🌈 Herbal Umber background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f3b26, #7a5b4d, #a77e6c, #c5b69b, #e3d1c4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f3b26, #7a5b4d, #a77e6c, #c5b69b, #e3d1c4);
} 🔗 Explore similar color palettes
Herbal Umber color palette created on .