Gold Luxury Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gold Luxury palette

Share this palette to:

Download Gold Luxury Color Palette (PNG)

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

Gold Luxury color palette CSS

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #a67d30;
}
.color-3 {
color: #6c4d2d;
}
.color-4 {
color: #402b26;
}
.color-5 {
color: #1e1c1a;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #a67d30;
--color-3: #6c4d2d;
--color-4: #402b26;
--color-5: #1e1c1a;
}

Gold Luxury background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #a67d30, #6c4d2d, #402b26, #1e1c1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #a67d30, #6c4d2d, #402b26, #1e1c1a);
}

Gold Luxury color palette created on .