Metallic Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Metallic Gold palette

Share this palette to:

Metallic Gold color palette CSS

/* CSS */
.color-1 {
color: #a8a8a8;
}
.color-2 {
color: #bfbfbf;
}
.color-3 {
color: #d4d4d4;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ffb8c1;
}

/* CSS Variables */
:root {
--color-1: #a8a8a8;
--color-2: #bfbfbf;
--color-3: #d4d4d4;
--color-4: #ffd900;
--color-5: #ffb8c1;
}

Metallic Gold background gradient CSS

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

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Metallic Gold color palette created on .