Golden Opulence Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Opulence palette
Golden Opulence color palette CSS
/* CSS */
.color-1 {
color: #7a3f00;
}
.color-2 {
color: #c79500;
}
.color-3 {
color: #f0d400;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #fa8100;
}
/* CSS Variables */
:root {
--color-1: #7a3f00;
--color-2: #c79500;
--color-3: #f0d400;
--color-4: #f5a300;
--color-5: #fa8100;
}
Golden Opulence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a3f00, #c79500, #f0d400, #f5a300, #fa8100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a3f00, #c79500, #f0d400, #f5a300, #fa8100);
}
Similar color palettes
Golden Opulence color palette created on .