Muted Elegance Color Palette
Discover the beautiful Muted Elegance color palette featuring ecru white (#f9f9f1), beryl green (#e1e1c1), eagle (#bdbda3), granite green (#90907a) and kokoda (#6e6e59).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withGray, Beige, Earthy, Soft, Neutral, Light Autumn, Modern, Elegant, Muted 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 Elegance palette
💻 Muted Elegance color palette CSS
/* CSS */
.color-1 {
color: #f9f9f1;
}
.color-2 {
color: #e1e1c1;
}
.color-3 {
color: #bdbda3;
}
.color-4 {
color: #90907a;
}
.color-5 {
color: #6e6e59;
}
/* CSS Variables */
:root {
--color-1: #f9f9f1;
--color-2: #e1e1c1;
--color-3: #bdbda3;
--color-4: #90907a;
--color-5: #6e6e59;
}
🌈 Muted Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f9f1, #e1e1c1, #bdbda3, #90907a, #6e6e59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f9f1, #e1e1c1, #bdbda3, #90907a, #6e6e59);
}
🔗 Explore similar color palettes
Muted Elegance color palette created on .