Jewelry Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Jewelry Elegance palette

Share this palette to:

Jewelry Elegance color palette PNG image

Download jewelry elegance color palette PNG image (landscape)
Download jewelry elegance color palette PNG image (square)

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);
}

Jewelry Elegance color palette created on .