Jewel Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jewel Tones palette
Jewel Tones color palette PNG image
Jewel Tones color palette CSS
/* CSS */
.color-1 {
color: #3e3573;
}
.color-2 {
color: #5b4294;
}
.color-3 {
color: #925d8f;
}
.color-4 {
color: #d5944d;
}
.color-5 {
color: #eab843;
}
/* CSS Variables */
:root {
--color-1: #3e3573;
--color-2: #5b4294;
--color-3: #925d8f;
--color-4: #d5944d;
--color-5: #eab843;
}
Jewel Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e3573, #5b4294, #925d8f, #d5944d, #eab843);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e3573, #5b4294, #925d8f, #d5944d, #eab843);
}
Similar color palettes
Jewel Tones color palette created on .