Luxury Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Luxury Gold palette

Share this palette to:

Luxury Gold color palette PNG image

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

Luxury Gold color palette CSS

/* CSS */
.color-1 {
color: #c7b300;
}
.color-2 {
color: #d1c700;
}
.color-3 {
color: #e0d500;
}
.color-4 {
color: #f5e400;
}
.color-5 {
color: #ffdd00;
}

/* CSS Variables */
:root {
--color-1: #c7b300;
--color-2: #d1c700;
--color-3: #e0d500;
--color-4: #f5e400;
--color-5: #ffdd00;
}

Luxury Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7b300, #d1c700, #e0d500, #f5e400, #ffdd00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7b300, #d1c700, #e0d500, #f5e400, #ffdd00);
}

Luxury Gold color palette created on .