Metallic Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Metallic Gold palette

Share this palette to:

Download Metallic Gold Color Palette (PNG)

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

Metallic Gold color palette CSS

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #bfbfbf;
}
.color-3 {
color: #cd8032;
}
.color-4 {
color: #fff5e0;
}
.color-5 {
color: #e7d0d0;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #bfbfbf;
--color-3: #cd8032;
--color-4: #fff5e0;
--color-5: #e7d0d0;
}

Metallic Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #bfbfbf, #cd8032, #fff5e0, #e7d0d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #bfbfbf, #cd8032, #fff5e0, #e7d0d0);
}

Similar color palettes

Metallic Gold color palette created on .