Muted Jewel Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Jewel Elegance palette
Muted Jewel Elegance color palette PNG image
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);
}
Similar color palettes
Muted Jewel Elegance color palette created on .