Jewel Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jewel Tones palette
Color Inspiration
Images that showcase this color palette in real designs
Download Jewel Tones Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 20+ colors.jewel color palettes
Jewel Tones color palette created on .