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 .