Muted Olive Color Palette
Discover the beautiful Muted Olive color palette featuring kelp (#4a4c3d), bitter (#8b8f70), thistle green (#c1c9a1), akaroa (#d9d5b0) and beige (#f5f4e0).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withModern, Green, Neutral, Earthy color palettes and combinations.
💡 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 Muted Olive palette
💻 Muted Olive color palette CSS
/* CSS */
.color-1 {
color: #4a4c3d;
}
.color-2 {
color: #8b8f70;
}
.color-3 {
color: #c1c9a1;
}
.color-4 {
color: #d9d5b0;
}
.color-5 {
color: #f5f4e0;
}
/* CSS Variables */
:root {
--color-1: #4a4c3d;
--color-2: #8b8f70;
--color-3: #c1c9a1;
--color-4: #d9d5b0;
--color-5: #f5f4e0;
}
🌈 Muted Olive background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4c3d, #8b8f70, #c1c9a1, #d9d5b0, #f5f4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4c3d, #8b8f70, #c1c9a1, #d9d5b0, #f5f4e0);
}
🔗 Explore similar color palettes
Muted Olive color palette created on .