Jewel Tones Color Palette
Discover the beautiful Jewel Tones color palette featuring mulled wine (#4c3d6c), affair (#6b4b8b), strikemaster (#a56989), anzac (#e29e4b) and saffron (#f6c341).
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 Jewel Tones palette
💻 Jewel Tones color palette CSS
/* CSS */
.color-1 {
color: #4c3d6c;
}
.color-2 {
color: #6b4b8b;
}
.color-3 {
color: #a56989;
}
.color-4 {
color: #e29e4b;
}
.color-5 {
color: #f6c341;
}
/* CSS Variables */
:root {
--color-1: #4c3d6c;
--color-2: #6b4b8b;
--color-3: #a56989;
--color-4: #e29e4b;
--color-5: #f6c341;
}
🌈 Jewel Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6c, #6b4b8b, #a56989, #e29e4b, #f6c341);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6c, #6b4b8b, #a56989, #e29e4b, #f6c341);
}
🔗 Explore similar color palettes
Jewel Tones color palette created on .