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: #f4c543;
}
.color-2 {
color: #e9b649;
}
.color-3 {
color: #d69b4c;
}
.color-4 {
color: #c68d3f;
}
.color-5 {
color: #b37029;
}
/* CSS Variables */
:root {
--color-1: #f4c543;
--color-2: #e9b649;
--color-3: #d69b4c;
--color-4: #c68d3f;
--color-5: #b37029;
}
Golden Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c543, #e9b649, #d69b4c, #c68d3f, #b37029);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c543, #e9b649, #d69b4c, #c68d3f, #b37029);
}
Similar color palettes
Golden Elegance color palette created on .