Gold Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gold Elegance palette
Gold Elegance color palette CSS
/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #e5c49e;
}
.color-3 {
color: #f8e2ce;
}
.color-4 {
color: #b2a899;
}
.color-5 {
color: #f3f0ec;
}
/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #e5c49e;
--color-3: #f8e2ce;
--color-4: #b2a899;
--color-5: #f3f0ec;
}
Gold Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #e5c49e, #f8e2ce, #b2a899, #f3f0ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #e5c49e, #f8e2ce, #b2a899, #f3f0ec);
}
Similar color palettes
Gold Elegance color palette created on .