Golden Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Elegance palette
Golden Elegance color palette PNG image
Golden Elegance color palette CSS
/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #b7860b;
}
.color-3 {
color: #8b4513;
}
.color-4 {
color: #000000;
}
.color-5 {
color: #ffd900;
}
/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #b7860b;
--color-3: #8b4513;
--color-4: #000000;
--color-5: #ffd900;
}
Golden Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #b7860b, #8b4513, #000000, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #b7860b, #8b4513, #000000, #ffd900);
}
Similar color palettes
Golden Elegance color palette created on .