Light Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Gold palette
Download Light Gold Color Palette (PNG)
Light Gold color palette CSS
/* CSS */
.color-1 {
color: #dea054;
}
.color-2 {
color: #ecc06f;
}
.color-3 {
color: #f3daaa;
}
.color-4 {
color: #faeab8;
}
.color-5 {
color: #f8cfc4;
}
/* CSS Variables */
:root {
--color-1: #dea054;
--color-2: #ecc06f;
--color-3: #f3daaa;
--color-4: #faeab8;
--color-5: #f8cfc4;
}
Light Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dea054, #ecc06f, #f3daaa, #faeab8, #f8cfc4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dea054, #ecc06f, #f3daaa, #faeab8, #f8cfc4);
}
Similar color palettes
Light Gold color palette created on .