Golden Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Elegance palette
Golden Elegance color palette CSS
/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #c9b16e;
}
.color-3 {
color: #aa903c;
}
.color-4 {
color: #8d6c2a;
}
.color-5 {
color: #6c4d1e;
}
/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #c9b16e;
--color-3: #aa903c;
--color-4: #8d6c2a;
--color-5: #6c4d1e;
}
Golden Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #c9b16e, #aa903c, #8d6c2a, #6c4d1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #c9b16e, #aa903c, #8d6c2a, #6c4d1e);
}
Similar color palettes
Scroll down to explore 200+ Amber color palettes
Golden Elegance color palette created on .