Jewelry Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jewelry Elegance palette
Jewelry Elegance color palette PNG image
Jewelry Elegance color palette CSS
/* CSS */
.color-1 {
color: #c0a26d;
}
.color-2 {
color: #d1b85c;
}
.color-3 {
color: #e3c24a;
}
.color-4 {
color: #f5d34d;
}
.color-5 {
color: #f9e19f;
}
/* CSS Variables */
:root {
--color-1: #c0a26d;
--color-2: #d1b85c;
--color-3: #e3c24a;
--color-4: #f5d34d;
--color-5: #f9e19f;
}
Jewelry Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0a26d, #d1b85c, #e3c24a, #f5d34d, #f9e19f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0a26d, #d1b85c, #e3c24a, #f5d34d, #f9e19f);
}
Similar color palettes
Jewelry Elegance color palette created on .