Opulent Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Opulent Gold palette
Color Inspiration
Images that showcase this color palette in real designs
Download Opulent Gold Color Palette (PNG)
Opulent Gold color palette CSS
/* CSS */
.color-1 {
color: #b4a44b;
}
.color-2 {
color: #a67b3a;
}
.color-3 {
color: #7b4b2d;
}
.color-4 {
color: #3d2929;
}
.color-5 {
color: #f5d27f;
}
/* CSS Variables */
:root {
--color-1: #b4a44b;
--color-2: #a67b3a;
--color-3: #7b4b2d;
--color-4: #3d2929;
--color-5: #f5d27f;
}
Opulent Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4a44b, #a67b3a, #7b4b2d, #3d2929, #f5d27f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4a44b, #a67b3a, #7b4b2d, #3d2929, #f5d27f);
}
Similar color palettes
Opulent Gold color palette created on .