Light Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Gold palette
Color Inspiration
Images that showcase this color palette in real designs
Download Light Gold Color Palette (PNG)
Light Gold color palette CSS
/* CSS */
.color-1 {
color: #dd9946;
}
.color-2 {
color: #edbb64;
}
.color-3 {
color: #f4d59f;
}
.color-4 {
color: #fbeab1;
}
.color-5 {
color: #f9cabe;
}
/* CSS Variables */
:root {
--color-1: #dd9946;
--color-2: #edbb64;
--color-3: #f4d59f;
--color-4: #fbeab1;
--color-5: #f9cabe;
}
Light Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dd9946, #edbb64, #f4d59f, #fbeab1, #f9cabe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dd9946, #edbb64, #f4d59f, #fbeab1, #f9cabe);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
Light Gold color palette created on .