Muted Eclectic Color Palette
Discover the beautiful Muted Eclectic color palette featuring oxley (#799a8d), surf (#b7d7c2), cashmere (#e3c4a5), sandy brown (#f4a462) and flame pea (#d4573a).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withMuted, Green, Aesthetic, Earthy, Boho, Soft Summer, Coral, Orange, Red 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 Eclectic palette
💻 Muted Eclectic color palette CSS
/* CSS */
.color-1 {
color: #799a8d;
}
.color-2 {
color: #b7d7c2;
}
.color-3 {
color: #e3c4a5;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #d4573a;
}
/* CSS Variables */
:root {
--color-1: #799a8d;
--color-2: #b7d7c2;
--color-3: #e3c4a5;
--color-4: #f4a462;
--color-5: #d4573a;
}
🌈 Muted Eclectic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799a8d, #b7d7c2, #e3c4a5, #f4a462, #d4573a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799a8d, #b7d7c2, #e3c4a5, #f4a462, #d4573a);
}
🔗 Explore similar color palettes
Muted Eclectic color palette created on .