Luxury Gold Elegant Pearl Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Luxury Gold Elegant Pearl palette

Share this palette to:

Luxury Gold Elegant Pearl color palette PNG image

Download luxury gold elegant pearl color palette PNG image (landscape)
Download luxury gold elegant pearl color palette PNG image (square)

Luxury Gold Elegant Pearl color palette CSS

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #e8cca1;
}
.color-3 {
color: #f5f0e0;
}
.color-4 {
color: #c6b6a4;
}
.color-5 {
color: #a68d6e;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #e8cca1;
--color-3: #f5f0e0;
--color-4: #c6b6a4;
--color-5: #a68d6e;
}

Luxury Gold Elegant Pearl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #e8cca1, #f5f0e0, #c6b6a4, #a68d6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #e8cca1, #f5f0e0, #c6b6a4, #a68d6e);
}

Luxury Gold Elegant Pearl color palette created on .