Gold Luxury Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gold Luxury palette
Color Inspiration
Images that showcase this color palette in real designs
Download Gold Luxury Color Palette (PNG)
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);
}
Similar color palettes
Gold Luxury color palette created on .