Jewel Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jewel Earth palette
Jewel Earth color palette PNG image
Jewel Earth color palette CSS
/* CSS */
.color-1 {
color: #4e6e7e;
}
.color-2 {
color: #a85b4d;
}
.color-3 {
color: #895b29;
}
.color-4 {
color: #c3a455;
}
.color-5 {
color: #694b3a;
}
/* CSS Variables */
:root {
--color-1: #4e6e7e;
--color-2: #a85b4d;
--color-3: #895b29;
--color-4: #c3a455;
--color-5: #694b3a;
}
Jewel Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e6e7e, #a85b4d, #895b29, #c3a455, #694b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e6e7e, #a85b4d, #895b29, #c3a455, #694b3a);
}
Similar color palettes
Scroll down to explore 2 Green color palettes
Jewel Earth color palette created on .