Golden Indulgence Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Indulgence palette
Golden Indulgence color palette CSS
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #d68b00;
}
.color-3 {
color: #a86b00;
}
.color-4 {
color: #804d00;
}
.color-5 {
color: #422700;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #d68b00;
--color-3: #a86b00;
--color-4: #804d00;
--color-5: #422700;
}
Golden Indulgence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #d68b00, #a86b00, #804d00, #422700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #d68b00, #a86b00, #804d00, #422700);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Golden Indulgence color palette created on .