Elegant Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elegant Gold palette
Download Elegant Gold Color Palette (PNG)
Elegant Gold color palette CSS
/* CSS */
.color-1 {
color: #f9d94e;
}
.color-2 {
color: #f5b400;
}
.color-3 {
color: #e0a100;
}
.color-4 {
color: #c77b00;
}
.color-5 {
color: #995c00;
}
/* CSS Variables */
:root {
--color-1: #f9d94e;
--color-2: #f5b400;
--color-3: #e0a100;
--color-4: #c77b00;
--color-5: #995c00;
}
Elegant Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d94e, #f5b400, #e0a100, #c77b00, #995c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d94e, #f5b400, #e0a100, #c77b00, #995c00);
}
Similar color palettes
Elegant Gold color palette created on .