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