Muted Jewel Tones Color Palette

Discover the beautiful Muted Jewel Tones color palette featuring strikemaster (#a25d9a), affair (#6e4b8b), smalt blue (#4b8b89), jungle green (#2b9c9c) and moss green (#b1d69a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMuted, Green, Purple, Teal, Soft, Earthy, Bright Spring, Vintage 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 Jewel Tones palette

Share this palette to:

💻 Muted Jewel Tones color palette CSS

/* CSS */
.color-1 {
color: #a25d9a;
}
.color-2 {
color: #6e4b8b;
}
.color-3 {
color: #4b8b89;
}
.color-4 {
color: #2b9c9c;
}
.color-5 {
color: #b1d69a;
}

/* CSS Variables */
:root {
--color-1: #a25d9a;
--color-2: #6e4b8b;
--color-3: #4b8b89;
--color-4: #2b9c9c;
--color-5: #b1d69a;
}

🌈 Muted Jewel Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a25d9a, #6e4b8b, #4b8b89, #2b9c9c, #b1d69a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a25d9a, #6e4b8b, #4b8b89, #2b9c9c, #b1d69a);
}

Muted Jewel Tones color palette created on .