Muted Jewel Elegance Color Palette
Discover the beautiful Muted Jewel Elegance color palette featuring cocoa bean (#4a1c2d), aqua forest (#5b9a7f), smalt blue (#4e8c8d), old gold (#d1aa3d) and well read (#b23b2e).
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 Muted Jewel Elegance palette
💻 Muted Jewel Elegance color palette CSS
/* CSS */
.color-1 {
color: #4a1c2d;
}
.color-2 {
color: #5b9a7f;
}
.color-3 {
color: #4e8c8d;
}
.color-4 {
color: #d1aa3d;
}
.color-5 {
color: #b23b2e;
}
/* CSS Variables */
:root {
--color-1: #4a1c2d;
--color-2: #5b9a7f;
--color-3: #4e8c8d;
--color-4: #d1aa3d;
--color-5: #b23b2e;
} 🌈 Muted Jewel Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1c2d, #5b9a7f, #4e8c8d, #d1aa3d, #b23b2e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1c2d, #5b9a7f, #4e8c8d, #d1aa3d, #b23b2e);
} 🔗 Explore similar color palettes
Muted Jewel Elegance color palette created on .